Zoltán Borók-Nagy created IMPALA-15077:
------------------------------------------
Summary: Pushdown bare boolean predicates to Iceberg
Key: IMPALA-15077
URL: https://issues.apache.org/jira/browse/IMPALA-15077
Project: IMPALA
Issue Type: Improvement
Components: Frontend
Reporter: Zoltán Borók-Nagy
We currently push down:
{noformat}
bool_col = true
{noformat}
But not:
{noformat}
bool_col
{noformat}
We shoul push down "bare boolean predicates" as well.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)