Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VarBin to arrow conversion uses reinterpret cast to convert offsets t…
…o I32/64 (#1644) In cases where the cast would have failed we will end up with an invalid array and fail at some point down the line. It's unclear if we should even allow U32 offsets that are longer than I32 since that's not arrow compatible.
- Loading branch information