Michael Smith has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/22094 )

Change subject: IMPALA-13533: Calcite CTE backend
......................................................................


Patch Set 56:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/22094/52/testdata/workloads/functional-query/queries/QueryTest/cte-distributed.test
File testdata/workloads/functional-query/queries/QueryTest/cte-distributed.test:

http://gerrit.cloudera.org:8080/#/c/22094/52/testdata/workloads/functional-query/queries/QueryTest/cte-distributed.test@52
PS52, Line 52: WITH v1 AS (SELECT n_name, n_nationkey FROM tpch.nation WHERE 
n_regionkey = 0)
             : SELECT v1.n_name, v1_next.n_name FROM v1, v1 v1_next WHERE 
v1.n_nationkey + 1 = v1_next.n_nationkey;
> This is a very contrived case, but we shouldn't hit that. I'll look into it
Fixed. Somewhere along the way I broke execution of single-node plans (if it 
ever worked in the first place). Added a section to the scheduler to handle 
them.



--
To view, visit http://gerrit.cloudera.org:8080/22094
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I48f16d495d4b37be97e6a913f0eb5b94d70e199a
Gerrit-Change-Number: 22094
Gerrit-PatchSet: 56
Gerrit-Owner: Michael Smith <[email protected]>
Gerrit-Reviewer: Anonymous Coward (816)
Gerrit-Reviewer: Balazs Hevele <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Steve Carlin <[email protected]>
Gerrit-Comment-Date: Thu, 23 Jul 2026 20:25:06 +0000
Gerrit-HasComments: Yes

Reply via email to