- PARQUET-323 - INT96 should be marked as deprecated
- PARQUET-1064 - Deprecate type-defined sort ordering for INTERVAL type
- PARQUET-1065 - Deprecate type-defined sort ordering for INT96 type
- PARQUET-1145 - Add license to .gitignore and .travis.yml
- PARQUET-1156 - dev/merge_parquet_pr.py problems
- PARQUET-1236 - Upgrade org.slf4j:slf4j-api:1.7.2 to 1.7.12
- PARQUET-1242 - parquet.thrift refers to wrong releases for the new compressions
- PARQUET-1251 - Clarify ambiguous min/max stats for FLOAT/DOUBLE
- PARQUET-1258 - Update scm developer connection to github
- PARQUET-1201 - Write column indexes
- PARQUET-1171 - [C++] Clarify valid uses for RLE, BIT_PACKED encodings
- PARQUET-1197 - Log rat failures
- PARQUET-1234 - Release Parquet format 2.5.0
- PARQUET-255 - Typo in decimal type specification
- PARQUET-322 - Document ENUM as a logical type
- PARQUET-412 - Format: Do not shade slf4j-api
- PARQUET-419 - Update dev script in parquet-cpp to remove incubator.
- PARQUET-655 - The LogicalTypes.md link in README.md points to the old Parquet GitHub repository
- PARQUET-1031 - Fix spelling errors, whitespace, GitHub urls
- PARQUET-1032 - Change link in Encodings.md for variable length encoding
- PARQUET-1050 - The comment of Parquet Format Thrift definition file error
- PARQUET-1076 - [Format] Switch to long key ids in KEYs file
- PARQUET-1091 - Wrong and broken links in README
- PARQUET-1102 - Travis CI builds are failing for parquet-format PRs
- PARQUET-1134 - Release Parquet format 2.4.0
- PARQUET-1136 - Makefile is broken
- PARQUET-371 - Bumps Thrift version to 0.9.3
- PARQUET-407 - Incorrect delta-encoding example
- PARQUET-428 - Support INT96 and FIXED_LEN_BYTE_ARRAY types
- PARQUET-601 - Add support in Parquet to configure the encoding used by ValueWriters
- PARQUET-609 - Add Brotli compression to Parquet format
- PARQUET-757 - Add NULL type to Bring Parquet logical types to par with Arrow
- PARQUET-804 - parquet-format README.md still links to the old Google group
- PARQUET-922 - Add index pages to the format to support efficient page skipping
- PARQUET-1049 - Make thrift version a property in pom.xml
- PARQUET-450 - Small typos/issues in parquet-format documentation
- PARQUET-667 - Update committers lists to point to apache website
- PARQUET-1124 - Add new compression codecs to the Parquet spec
- PARQUET-1125 - Add UUID logical type
- PARQUET-23: Rename packages and maven coordinates to org.apache
- PARQUET-119: Add encoding stats to ColumnMetaData
- PARQUET-79: Streaming thrift API
- PARQUET-12: New logical types
- ISSUE 84: Add metadata in the schema for storing decimals.
- ISSUE 89: Added statistics to the data page header
- ISSUE 86: Fix minor formatting, correct some wording under the "Error recovery" se...
- ISSUE 82: exclude thrift source from jar
- ISSUE 80: Upgrade maven-shade-plugin to 2.1 to compile with mvn 3.1.1
- ISSUE 79: Reorganize encodings and add details
- ISSUE 78: Added sorted flag to dictionary page headers.
- ISSUE 77: fix plugin versions
- ISSUE 75: refactor dictionary encoding
- ISSUE 64: new data page and stats
- ISSUE 74: deprecate and remove group_var_int encoding
- ISSUE 76: add mention of boolean on RLE
- ISSUE 73: reformat encodings
- ISSUE 71: refactor documentation for 2.0 encodings
- ISSUE 66: Block strings
- ISSUE 67: Add ENUM ConvertedType
- ISSUE 58: Correct unterminated comment for SortingColumn.
- ISSUE 51: Add metadata to specify row groups are sorted.
- ISSUE 46: Update readme to include 4 byte length in rle columns
- ISSUE 47: fixed typo in readme.md
- ISSUE 45: Typo in describing preferred row group size
- ISSUE 43: add dictionary encoding details
- ISSUE 41: Update readme with details about RLE encoding
- ISSUE 39: Added created_by optional file metadata.
- ISSUE 40: add details about the page size fields
- ISSUE 35: this embeds and renames the thrift dependency in the jar, allowing people to use a different version of thrift in parallel
- ISSUE 36: adding the encoding to the dictionary page
- ISSUE 34: Corrected typo
- ISSUE 32: Add layout diagram to README and fix typo
- ISSUE 31: Restore encoding changes