This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Fix FFI import and export of UnionArray
#480
Labels
bug
Something isn't working
no-changelog
Issues whose changes are covered by a PR and thus should not be shown in the changelog
Follow-up of apache/arrow#11280 : there was a bug in the C++ implementation when exporting and importing the union array that has been propagated to our implementation via integration tests. We should change our import and export to be aligned with the specification.
We MAY offer backward compatibility (e.g. to be able to read from the buggy exports), but this is not required as this implementation is relatively new when compared to C++.
NOTE: surprisingly, this bug and its fix does not result in UB in neither importing from buggy exporters nor buggy importing importing from correct exports.
The text was updated successfully, but these errors were encountered: