Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
Description
Currently if we have cast to numeric over literal filter will not get pushed.
For instance query like
SELECT page from druid_table_1 WHERE page < 5 group by page
from hive will introduce a cast over `5`.
Attachments
Issue Links
- depends upon
-
CALCITE-1772 Add a hook to allow RelNode expressions to be executed by JDBC driver
- Closed