wgtmac opened a new pull request, #48878: URL: https://github.com/apache/arrow/pull/48878
### Rationale for this change Now that https://github.com/apache/arrow/pull/37400 is merged. After a quick integration, I found that the Parquet writer throws if bloom filter is enabled and there is at least one boolean column (even when it is not enabled). ### What changes are included in this PR? Move the bloom filter type check after bloom filter enablement check. ### Are these changes tested? Yes, added test to verify this does not throw. ### Are there any user-facing changes? No. -- 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]
