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
feat(arrow-json): encode Binary and LargeBinary types as hex when writing JSON (#5785)
* feat: encode Binary and LargeBinary types in JSON as hex
Added ability to the JSON writer to encode Binary and LargeBinary types
as hex. This follows the behaviour for FixedSizeBinary.
A test was added to check functionality for both Binary and LargeBinary.
* refactor: use ArrayAccessor instead of custom trait
* refactor: use generic in test instead of macro
* refactor: use const DATA_TYPE from GenericBinaryType
0 commit comments