itholic commented on code in PR #48631: URL: https://github.com/apache/spark/pull/48631#discussion_r1820081434
########## common/utils/src/main/resources/error/error-conditions.json: ########## @@ -4628,6 +4628,12 @@ ], "sqlState" : "42K09" }, + "TUPLE_SIZE_EXCEEDS_LIMIT" : { + "message" : [ + "Due to Scala's limited support of tuple, tuple with more than 22 elements are not supported." Review Comment: Updated. 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org