-
Notifications
You must be signed in to change notification settings - Fork 807
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
) * Optimized ByteArrayReader (#1040) UTF-8 Validation (#786) * Fix arrow_array_reader benchmark * Allow running subset of arrow_array_reader benchmarks * Faster UTF-8 validation * Tweak null handling * Add license * Refine `ValuesBuffer::pad_nulls` * Tweak error handling * Use page null count if available * Doc comments * Test DELTA_BYTE_ARRAY encoding * Support legacy Encoding::PLAIN_DICTIONARY * Add OffsetBuffer unit tests Review feedback * More tests * Fix lint * Review feedback
- Loading branch information
Showing
10 changed files
with
1,299 additions
and
162 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.