Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Row FieldNames() memory allocation
### What changes were proposed in this pull request? The `rowImpl.FieldNames()` array allocation was wrong, resulting in empty strings at the start of the list. ### Why are the changes needed? To fix the bug. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? In my head^^ Closes #75 from paulheg/master. Authored-by: Paul Hegenberg <paul.hegenberg@gmail.com> Signed-off-by: Martin Grund <martin.grund@databricks.com>
- Loading branch information