Steve Carlin created IMPALA-14486:
-------------------------------------

             Summary: Calcite planner: double partition types is failing after 
constant folding
                 Key: IMPALA-14486
                 URL: https://issues.apache.org/jira/browse/IMPALA-14486
             Project: IMPALA
          Issue Type: Sub-task
            Reporter: Steve Carlin


A test in

test_partitioning.py::TestPartitioning::test_partition_col_types

is failing.  There is an implicit cast for a double type that is being made in 
the expression "where double_col = 1.1".  The "1.1" should not be converted to 
a double because it changes to an approximate value, but the directory itself 
is exact.   We do not want to simplify this cast in constant folding.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to