You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "LuciferYang (via GitHub)" <gi...@apache.org> on 2023/04/17 14:22:58 UTC

[GitHub] [spark] LuciferYang commented on a diff in pull request #40823: [SPARK-42552][SQL] Fix select without parentheses can't be parsed

LuciferYang commented on code in PR #40823:
URL: https://github.com/apache/spark/pull/40823#discussion_r1168782700


##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/PlanParserSuite.scala:
##########
@@ -197,6 +197,12 @@ class PlanParserSuite extends AnalysisTest {
       parameters = Map.empty)
   }
 
+  test("select and union without parentheses") {

Review Comment:
   ```suggestion
     test("SPARK-42552: select and union without parentheses") {
   ```



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org