-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow writing BYTE_ARRAY with converted type NONE
This allows to store binary data of arbitrary length in a parquet file, without having to wrongly declare it as UTF-8. Fixes the writer part of #42971 The reader part has already been fixed in 4d82549 and this uses a similar implementation, but with a stricter set of "exceptions" (only byte arrays with NONE type are allowed).
- Loading branch information
1 parent
df40f7a
commit ae87ec3
Showing
2 changed files
with
42 additions
and
7 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