nuno-faria commented on code in PR #22476: URL: https://github.com/apache/datafusion/pull/22476#discussion_r3293187113
########## datafusion/sqllogictest/test_files/cte.slt: ########## @@ -1205,14 +1204,13 @@ EXPLAIN WITH RECURSIVE trans AS ( logical_plan 01)SubqueryAlias: trans 02)--RecursiveQuery: is_distinct=true -03)----Projection: closure.start, closure.end -04)------TableScan: closure -05)----Projection: l.start, r.end -06)------Inner Join: l.end = r.start -07)--------SubqueryAlias: l -08)----------TableScan: trans -09)--------SubqueryAlias: r -10)----------TableScan: closure +03)----TableScan: closure projection=[start, end] +04)----Projection: l.start, r.end +05)------Inner Join: l.end = r.start +06)--------SubqueryAlias: l +07)----------TableScan: trans projection=[start, end] +08)--------SubqueryAlias: r +09)----------TableScan: closure projection=[start, end] Review Comment: Same here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
