MaxGekk commented on code in PR #44685:
URL: https://github.com/apache/spark/pull/44685#discussion_r1448391961


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -2661,6 +2661,11 @@
     ],
     "sqlState" : "42K0E"
   },
+  "MULTIPLE_XML_DATA_SOURCE" : {

Review Comment:
   Can't you re-use the existing error class:
   
https://github.com/apache/spark/blob/48d429dd801441839625dc4917b5a64ef70ced18/common/utils/src/main/resources/error/error-classes.json#L1245
   If it is needed, you could extend/improve 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