Andrey Mashenkov created IGNITE-28389:
-----------------------------------------
Summary: SQL. Eliminate table scans with always_false predicate.
Key: IGNITE-28389
URL: https://issues.apache.org/jira/browse/IGNITE-28389
Project: Ignite
Issue Type: Improvement
Components: sql ai3
Reporter: Andrey Mashenkov
Mapping test for partition pruning looks incorrect.
It contains TableScans with 'false' predicate.
In case of `always false` predicate, the scan operation returns nothing and can
be replaced by an empty source (e.g. with an empty Values node).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)