parquet-format icon indicating copy to clipboard operation
parquet-format copied to clipboard

Apache Parquet Format

Results 110 parquet-format issues
Sort by recently updated
recently updated
newest added

In particular, address the issue that formatting caused the text after "The data stream looks like:" in "Delta-length byte array" to disappear entirely. The remainder of changes are simply for...

A small spelling fix I found while reading the spec (I figured this trivial enough to skip JIRA tracking). I'm really enjoying the thorough comments, by the way 😄.

I'm pretty sure that, under "Unsigned Integers", we should say > …and `INT(64, false)` must annotate… rather than > …and `INT(64, true)` must annotate… Make sure you have checked _all_...

Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [PARQUET-1950](https://issues.apache.org/jira/browse/PARQUET-1950) issues and references them in the PR title. For example, "PARQUET-1234: My...

I am working on the Parquet Rust implementation, specifically conversion with Arrow. One of the outstanding items in the Parquet types is how to deal with interval types. This PR...

Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Parquet Jira](https://issues.apache.org/jira/browse/PARQUET/) issues and references them in the PR title. For example,...

Allows reading sums directly from the metadata (for any rowgroup where the whole column is of interest) or from the ColumnIndex (for any pages where the whole page is of...

This script was already used to merge #157 ### Jira - [x] My PR addresses the following [Parquet Jira](https://issues.apache.org/jira/browse/PARQUET/) issues and references them in the PR title. For example, "PARQUET-1234:...