MaxGekk commented on code in PR #48780:
URL: https://github.com/apache/spark/pull/48780#discussion_r1835447328


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -5315,6 +5315,11 @@
         "message" : [
           "Update column nullability for MySQL and MS SQL Server."
         ]
+      },
+      "WRITE_FOR_BINARY_SOURCE" : {
+        "message" : [
+          "Write is not supported for binary file data source."

Review Comment:
   "is not supported" can be removed. See the full error message:
   ```
   The feature is not supported: Write is not supported for binary file data 
source.
   ```
   How about:
   ```suggestion
             "Write for the binary file data source."
   ```



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