cloud-fan commented on code in PR #38274:
URL: https://github.com/apache/spark/pull/38274#discussion_r1005162901


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -709,6 +709,11 @@
       }
     }
   },
+  "UNSUPPORTED_EMPTY_LOCATION" : {
+    "message" : [
+      "Unsupported empty location."

Review Comment:
   empty location is a bit misleading. This is not a location with no 
files/directories, it's empty string. How about
   ```
   EMPTY_STRING_AS_LOCATION: Can not reference a location with an empty string.
   ```



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

Reply via email to