-
Notifications
You must be signed in to change notification settings - Fork 846
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
2 changed files
with
106 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters