[
https://issues.apache.org/jira/browse/PARQUET-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17782831#comment-17782831
]
ASF GitHub Bot commented on PARQUET-2369:
-----------------------------------------
amassalha commented on code in PR #218:
URL: https://github.com/apache/parquet-format/pull/218#discussion_r1382343327
##########
Compression.md:
##########
@@ -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,
Review Comment:
its already mentioned:
### GZIP
A codec based on the GZIP format (not the closely-related "zlib" or "deflate"
formats) defined by [RFC 1952]**([](https://tools.ietf.org/html/rfc1952)).**
> Clarify Support for Pages Compressed with Multiple GZIP Members
> ---------------------------------------------------------------
>
> Key: PARQUET-2369
> URL: https://issues.apache.org/jira/browse/PARQUET-2369
> Project: Parquet
> Issue Type: Improvement
> Reporter: Raphael Taylor-Davies
> Priority: Trivial
>
> https://github.com/apache/parquet-testing/pull/41
--
This message was sent by Atlassian Jira
(v8.20.10#820010)