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

2023-01-11 Thread GitBox
cloud-fan commented on code in PR #39479: URL: https://github.com/apache/spark/pull/39479#discussion_r1067639729 ## sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/OptimizeOneRowRelationSubquerySuite.scala: ## @@ -177,4 +177,27 @@ class

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

2023-01-11 Thread GitBox
cloud-fan commented on code in PR #39479: URL: https://github.com/apache/spark/pull/39479#discussion_r1067638085 ## 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 * FROM t3

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

2023-01-11 Thread GitBox
cloud-fan commented on code in PR #39479: URL: https://github.com/apache/spark/pull/39479#discussion_r1067637188 ## sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/OptimizeOneRowRelationSubquerySuite.scala: ## @@ -177,4 +177,27 @@ class