Skip to content

Commit

Permalink
PARQUET-2369: Clarify GZIP members (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Nov 14, 2023
1 parent 46cc3a0 commit 6f3f909
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Compression.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ formats) defined by [RFC 1952](https://tools.ietf.org/html/rfc1952).
If any ambiguity arises when implementing this format, the implementation
provided by the [zlib compression library](https://zlib.net/) is authoritative.

Readers should support reading pages containing multiple GZIP members, however,
as this has historically not been supported by all implementations, it is recommended
that writers refrain from creating such pages by default for better interoperability.

### LZO

A codec based on or interoperable with the
Expand Down

0 comments on commit 6f3f909

Please sign in to comment.