jorisvandenbossche commented on PR #36955: URL: https://github.com/apache/arrow/pull/36955#issuecomment-1740841173
I just tested with datafusion (assuming this is using `parquet-rs`), and this reads both PLAIN and RLE fine for boolean values in V1 datapage. So that matches with what is stated in [PARQUET-2222 (comment)](https://issues.apache.org/jira/browse/PARQUET-2222?focusedCommentId=17746755&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17746755) by @wgtmac about all of parquet-mr, arrow-rs and parquet-cpp supporting either option on read. -- 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]
