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


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -581,6 +581,12 @@
     ],
     "sqlState" : "42805"
   },
+  "IDENTIFIER_TOO_MANY_NAME_PARTS" : {
+    "message" : [
+      "<quoted> is not a valid <identifier> as it has more than 2 name parts."

Review Comment:
   This keeps confusing me. Is it only called for tables? Isn't schema.table.c1 
a perfectly fine identifier (for a column)?
   (and we haven't even talked about (nested) struct fields...) 



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