mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 02:05:41 +00:00
The `if (!nullable_)` branch had no `return`, so a non-nullable column fell through into the nullable block and invoked the callback a second time per row (latent — currently masked by callers that guard with `if (!IsNullable()) return`). Added the missing `return`. issue: #51385 🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: xiaofanluan <xf@hjjaq.com> Co-authored-by: xiaofanluan <xf@hjjaq.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>