You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thus the require_alignment argument is now not exposed
Describe the solution you'd like
It would be nice to have a way to add new options in a way that did not break API compatibility going forward, and expose the requirement_alignment feature
alamb
changed the title
[IPC] Decoder / lower level API to access requirement_alignment and other extensions
[IPC] Lower level API to access requirement_alignment and other extensions
Apr 4, 2024
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
As part of #5554 @hzuo added the ability to enforce alignment
We could add a
with_require_alignment
to theFileDecoder
However, given the way the
read_dictionary
is structured, there was no way to add this option without breaking the API, as @tustvold noted https://github.com/apache/arrow-rs/pull/5554/files#r1549239776Thus the require_alignment argument is now not exposed
Describe the solution you'd like
It would be nice to have a way to add new options in a way that did not break API compatibility going forward, and expose the
requirement_alignment
featureDescribe alternatives you've considered
@tustvold suggests https://github.com/apache/arrow-rs/pull/5554/files#r1550178314
Additional context
The text was updated successfully, but these errors were encountered: