cloud-fan commented on code in PR #36307:
URL: https://github.com/apache/spark/pull/36307#discussion_r858754509
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -187,7 +187,60 @@
"sqlState" : "0A000"
},
"UNSUPPORTED_FEATURE" : {
- "message" : [ "The feature is not supported: <feature>" ],
+ "message" : [ "The feature is not supported: " ],
+ "subClass" : {
+ "AES_MODE" : {
+ "message" : [ "AES-<mode> with the padding <padding> by the
<functionName> function." ]
+ },
+ "DISTRIBUTE_BY" : {
+ "message" : [ "DISTRIBUTE BY clause." ]
+ },
+ "INSERT_PARTITION_SPEC_IF_NOT_EXISTS" : {
+ "message" : [ "INSERT INTO <tableName> IF NOT EXISTS in the PARTITION
spec." ]
+ },
+ "JDBC_TRANSACTION" : {
+ "message" : [ "The target JDBC server does not support transactions
and can only support ALTER TABLE with a single action." ]
+ },
+ "LATERAL_JOIN_OF_TYPE" : {
+ "message" : [ "<joinType> JOIN with LATERAL correlation." ]
+ },
+ "LATERAL_JOIN_USING" : {
+ "message" : [ "JOIN USING with LATERAL correlation." ]
+ },
+ "LATERAL_NATURAL_JOIN" : {
+ "message" : [ "NATURAL join with LATERAL correlation." ]
+ },
+ "LITERAL_TYPE" : {
+ "message" : [ "Literal for '<value>' of <type>." ]
+ },
+ "NATURAL_CROSS_JOIN" : {
+ "message" : [ "NATURAL CROSS JOIN." ]
Review Comment:
is this covered by `NATURAL join with LATERAL correlation`?
--
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]