stanyao commented on code in PR #54972:
URL: https://github.com/apache/spark/pull/54972#discussion_r3150302358


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala:
##########
@@ -2870,7 +2891,7 @@ class AstBuilder extends DataTypeAstBuilder
         // inline table comes in two styles:
         // style 1: values (1), (2), (3)  -- multiple columns are supported
         // style 2: values 1, 2, 3  -- only a single column is supported here
-        // Strip Alias wrappers from row values — CreateStruct.apply preserves 
them for
+        // Strip Alias wrappers from row values - CreateStruct.apply preserves 
them for

Review Comment:
   This actually breaks linter (NonASCIICharacterChecker enabled at 
scalastyle-config.xml:119). Since it is just one character in the comment, I'd 
recommend keeping it. 



-- 
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]

Reply via email to