[GitHub] [spark] allisonwang-db commented on a diff in pull request #39479: [SPARK-41961][SQL] Support table-valued functions with LATERAL

2023-01-12 Thread GitBox
allisonwang-db commented on code in PR #39479: URL: https://github.com/apache/spark/pull/39479#discussion_r1069000543 ## sql/core/src/test/resources/sql-tests/inputs/join-lateral.sql: ## @@ -177,6 +177,25 @@ SELECT * FROM t3 JOIN LATERAL (SELECT EXPLODE_OUTER(c2)); SELECT * FRO

[GitHub] [spark] allisonwang-db commented on a diff in pull request #39479: [SPARK-41961][SQL] Support table-valued functions with LATERAL

2023-01-10 Thread GitBox
allisonwang-db commented on code in PR #39479: URL: https://github.com/apache/spark/pull/39479#discussion_r1066235960 ## sql/core/src/test/resources/sql-tests/results/join-lateral.sql.out: ## @@ -837,6 +837,132 @@ struct,c3:int> NULL [4] NULL +-- !query +SELECT * FROM