jaceklaskowski commented on code in PR #52999:
URL: https://github.com/apache/spark/pull/52999#discussion_r2519854546
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -4943,6 +4921,12 @@
],
"sqlState" : "42000"
},
+ "PIPELINE_STORAGE_ROOT_INVALID" : {
+ "message" : [
+ "Pipeline storage root must be an absolute path with a URI scheme (e.g.,
file://, s3a://, hdfs://). Got: `<storage_root>`."
Review Comment:
```suggestion
"Pipeline storage root must be an absolute path with an URI scheme
(e.g., file://, s3a://, hdfs://). Got: `<storage_root>`."
```
--
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]