MaxGekk commented on code in PR #44685:
URL: https://github.com/apache/spark/pull/44685#discussion_r1449241661
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -2661,6 +2661,11 @@
],
"sqlState" : "42K0E"
},
+ "MULTIPLE_XML_DATA_SOURCE" : {
Review Comment:
> FOUND_MULTIPLE_DATA_SOURCES is currently being used for user defined
functions.
Sorry, I didn't get how it is related to UDF. Could you elaborate this a
little bit more. As I can see the error comes from `DataSource` at
https://github.com/apache/spark/blob/4b0ceaddde17a870289f20269526fba39242bbda/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala#L679-L682
> This message won't be applicable to the UDF scenario for which
FOUND_MULTIPLE_DATA_SOURCES is being used.
Where is UDF there?
--
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]