-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added reading MAP logical types Added reading LIST type Fixed nullable lists handling First implementation of Dremel encoding Added logging to Dremel algorithm Reconstruction of nested data structures based on schema definition Performance optimization Attempt to read map with values as a lists Rebuilding structures Extracted rebuilding columns logic to ColumnBuilder class Reading nested structures Restored usage of flow array functions Added dremel/parquet to test suite Updated github workflows Avoid calculating remaining lenght/current position in BinaryReader on the fly Make DataSize value object mutable Move reading multiple values from Buffer into BufferReader Allow to read from stream Retrieve column chunks as generator Moved reading flat columns into generics Read parquet files struct columns through generators Fixed reading column chunks Reduced number of iterations over generators Keep stream offset to avoid generators overlapping Read all column chunks from a row group at once to avoid dealing with rows split between pages Added notes for performance optimizations Added PageByPage ChunkReader implementation Fixed reding bytes of array when it's not a string Adjusted schema ddl generation Allow to limit numbers of returned rows Fixed limit when there is more than one column chunk Adjusted composer.json files in all subrepos Added Parquet Reader options - handling INT96 as DateTime, reading byte arrays as strings, convert nanos to micros timestamps Marked codename parquet extractor as deprecated Added snappy extension detection Converted testsuite fixtures into gzip from snappy Fixed issues related to missing snapy_uncompress function Added python scripts used to generate test/fixtures data for reader Added resources folder into gitattributes as export-igonre
- Loading branch information
1 parent
aa58423
commit e559f6f
Showing
169 changed files
with
14,490 additions
and
512 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
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.