panbingkun commented on code in PR #42109:
URL: https://github.com/apache/spark/pull/42109#discussion_r1288316660
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -3219,12 +3219,63 @@
},
"sqlState" : "0A000"
},
+ "UNSUPPORTED_TABLE_OPERATION" : {
Review Comment:
This is a difficult problem.
If we merge `UNSUPPORTED_FEATURE.TABLE_OPERATION` to
`UNSUPPORTED_TABLE_OPERATION.WITH_SUGGESTION`,
we need to assign a new suitable subclass name for it, because it is
different from `UNSUPPORTED_TABLE_OPERATION.WITH_SUGGESTION`'s suggestion
information.
Should we do this?
--
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]