grundprinzip commented on code in PR #38728:
URL: https://github.com/apache/spark/pull/38728#discussion_r1033663506


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -134,6 +134,97 @@
         "message" : [
           "Error instantiating GRPC interceptor: <msg>"
         ]
+      },
+      "INVALID_COMMAND_WRITE_INVALID_BUCKET_BY" : {
+        "message" : [
+          "BucketBy must specify a bucket count > 0, received <bucket> 
instead."
+        ]
+      },
+      "INVALID_PLAN_INPUT" : {
+        "message" : [
+          "Error transforming Spark Connect plan: <msg>"
+        ]
+      },
+      "INVALID_PLAN_UNKNOWN_RELATION": {
+        "message": [
+          "Relation: <param> not supported."
+        ]
+      },
+      "INVALID_PLAN_TRANSFORM_NA_FILL_EMPTY": {
+        "message": [
+          "Values must contains at least 1 item"

Review Comment:
   Done.



##########
core/src/main/resources/error/error-classes.json:
##########
@@ -134,6 +134,97 @@
         "message" : [
           "Error instantiating GRPC interceptor: <msg>"
         ]
+      },
+      "INVALID_COMMAND_WRITE_INVALID_BUCKET_BY" : {
+        "message" : [
+          "BucketBy must specify a bucket count > 0, received <bucket> 
instead."
+        ]
+      },
+      "INVALID_PLAN_INPUT" : {
+        "message" : [
+          "Error transforming Spark Connect plan: <msg>"
+        ]
+      },
+      "INVALID_PLAN_UNKNOWN_RELATION": {
+        "message": [
+          "Relation: <param> not supported."
+        ]
+      },
+      "INVALID_PLAN_TRANSFORM_NA_FILL_EMPTY": {
+        "message": [
+          "Values must contains at least 1 item"
+        ]
+      },
+      "INVALID_PLAN_TRANSFORM_NA_FILL_SIZE": {
+        "message": [
+          "When values contains more than 1 items, ",
+          "values and cols should have the same length!"

Review Comment:
   Done.



-- 
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

Reply via email to