sandip-db commented on code in PR #44685:
URL: https://github.com/apache/spark/pull/44685#discussion_r1449364116
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -2661,6 +2661,11 @@
],
"sqlState" : "42K0E"
},
+ "MULTIPLE_XML_DATA_SOURCE" : {
Review Comment:
Sorry.. It's UserDefinedDataSource and not UDF. I read it wrong.
Nevertheless, I can't think of a way to combine the messaging in
`FOUND_MULTIPLE_DATA_SOURCES` and `MULTIPLE_XML_DATA_SOURCE` as the later is
drawing a distinction between internal and external data source and providing
guidance on how to use one or the other.
--
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]