jonahgao commented on code in PR #21049: URL: https://github.com/apache/datafusion/pull/21049#discussion_r2957809765
########## datafusion/sqllogictest/test_files/cte.slt: ########## @@ -42,8 +42,6 @@ physical_plan statement error DataFusion error: Error during planning: WITH query name "a" specified more than once WITH a AS (SELECT 1), a AS (SELECT 2) SELECT * FROM a; -statement ok -CREATE TABLE orders AS VALUES (1), (2); Review Comment: Should use the `orders` table from the StrictSchemaProvider, rather than creating a new one -- 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]
