Steve Carlin created IMPALA-15173:
-------------------------------------

             Summary: Calcite planner: Re-enable spilling.test
                 Key: IMPALA-15173
                 URL: https://issues.apache.org/jira/browse/IMPALA-15173
             Project: IMPALA
          Issue Type: Bug
            Reporter: Steve Carlin


Spilling.test is failing for the Calcite planner for the following query after 
IMPALA-14940 was applied:



select c.c2 from (select distinct (a.id*10000 + b.id) c1, a.int_col c2 from 
functional.alltypes a, functional.alltypes b limit 3500000) c join /* +SHUFFLE 
*/ functional.alltypes d on c.c2 = d.int_col group by c.c2 limit 5;

The plans look very similar except for an extra SELECT PlanNode in calcite due 
to a IS NOT NULL clause.

Because the spilling test only is testing backend components, it is temporarily 
going to be disabled for Calcite.  More investigation is needed so that this 
can be turned back on



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to