ArnavBalyan opened a new pull request, #8971:
URL: https://github.com/apache/paimon/pull/8971
### Purpose
- ParquetFilters drops any predicate on boolean column. `toParquetObject`
does not have bool conversion logic, the conversion throws an error and
silently drops the filter. (hence pushdown of bool filter dos not work)
- Convert Boolean literals so equality, inequality, and IN predicates on
boolean columns push down to parquet.
### Tests
- UT
--
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]