Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix vector.Builder empty record handling (#5579)
recordBuilder.Build panics with empty records because len(recordBuilder.values)==0. Fix by tracking vector length explicitly.
- Loading branch information