-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
arrowChanges to the arrow crateChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
In #5622, support for encoding binary arrays was added (via hex encoding). However, decoding is still not supported and leads to an "Binary is not supported by JSON" error. This is inconsistent and surprising.
Describe the solution you'd like
Implement decoding of hex-encoded binary arrays. The round-trip operation (encode then decode again) should succeed without errors.
Describe alternatives you've considered
- We could also remove the binary encoding again instead, so that the crate is consistent. However, given that binary data is quite common, I'm favor of keeping it and adding decode support.
Additional context
I discovered this limitation while discussing #8684
Metadata
Metadata
Assignees
Labels
arrowChanges to the arrow crateChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog