itholic commented on code in PR #48631:
URL: https://github.com/apache/spark/pull/48631#discussion_r1821886810
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -4634,6 +4634,18 @@
],
"sqlState" : "42K09"
},
+ "TUPLE_IS_EMPTY" : {
+ "message" : [
+ "Due to Scala's limited support of tuple, empty tuple is not supported."
+ ],
+ "sqlState" : "22004"
+ },
+ "TUPLE_SIZE_EXCEEDS_LIMIT" : {
+ "message" : [
+ "Due to Scala's limited support of tuple, tuple with more than 22
elements are not supported."
Review Comment:
Applied the suggestion. Thanks!
--
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]