drill
DRILL-1282 Move parquet to use v2 format as default
#2338
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
14
Changes
View On
GitHub
Commits
Add support for decompressing and decoding Parquet v2 data.
jnturton
committed
3 years ago
Refactor AsyncPageReader to use new new methods in PageReader.
jnturton
committed
3 years ago
Reset session opts in TestParquetWriter and add .factorypath to .gitignore.
jnturton
committed
3 years ago
Separate buffers for rep, def levels and data in PageReader.next()
jnturton
committed
3 years ago
Partial implementation of updates to column readers for delta encoding.
jnturton
committed
3 years ago
Add support for delta encoding to nullable fixed width column readers.
jnturton
committed
3 years ago
Complete support for delta encoding in var len column readers.
jnturton
committed
3 years ago
Fix bugs in page readers and dictionary encoding detection.
jnturton
committed
3 years ago
Add Apache license to DataPageHeaderInfoProvider.java.
jnturton
committed
3 years ago
Add casts of Buffer to ByteBuffer for Java 8.
jnturton
committed
3 years ago
Fix nullable float and double value reader calls.
jnturton
committed
3 years ago
Remember to clear ValuesReaders between pages in PageReader.
jnturton
committed
3 years ago
Address review comments and add code comments.
jnturton
committed
3 years ago
Checkstyle fixes.
jnturton
committed
3 years ago
Loading