srielau commented on code in PR #52765:
URL: https://github.com/apache/spark/pull/52765#discussion_r2520385241


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala:
##########
@@ -2544,28 +2553,32 @@ class AstBuilder extends DataTypeAstBuilder
 
   /**
    * Create a Sequence of Strings for an identifier list.
+   * Note: Each identifier in the list is kept as a single string, even if 
it's a qualified
+   * identifier-lite (e.g., IDENTIFIER('a.b') stays as "a.b", not split into 
parts).

Review Comment:
   Fixing the comment. It is incorrect.



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