asfimport commented on issue #405: URL: https://github.com/apache/parquet-format/issues/405#issuecomment-2184154137
[Gang Wu](https://issues.apache.org/jira/browse/PARQUET-2222?#comment-17746766) / @wgtmac: As all the implementations above can read both PLAIN-encoded and RLE-encoded from V1 and V2 data pages of BOOLEAN type, it would not be a breaking change if we modify the specs to support both PLAIN and RLE for V1 and V2 data pages. To be consistent, let's fix parquet-cpp to emit RLE-encoded V2 data page of BOOLEAN type by default. WDYT? @gszadovszky @mapleFU @pitrou -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
