maropu commented on a change in pull request #23531: [SPARK-24497][SQL] Support recursive SQL query URL: https://github.com/apache/spark/pull/23531#discussion_r307091452
########## File path: sql/core/src/test/resources/sql-tests/results/cte.sql.out ########## @@ -1,5 +1,5 @@ -- Automatically generated by SQLQueryTestSuite --- Number of queries: 27 +-- Number of queries: 63 Review comment: I checked these queries in this file work well in postgresql; rewritten queries for postgresql: https://gist.github.com/maropu/0f7ac12ef3f1b6c6262ecfda4be6be09 output: https://gist.github.com/maropu/a3c12d50058157c6e697ba2a0d4b19dd ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
