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


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -1204,7 +1225,7 @@
       },
       "MISMATCH_INPUT" : {
         "message" : [
-          "The input <inputType> '<input>' does not match the format."
+          "The input <inputType> <input> does not match the format."

Review Comment:
   Thank you.



##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -2544,6 +2570,11 @@
       "The direct query on files does not support the data source type: 
<className>. Please try a different data source type or consider using a 
different query method."
     ]
   },
+  "UNSUPPORTED_DATA_TYPE_FOR_DATASOURCE" : {
+    "message" : [
+      "The <format> datasource don't support column <columnName> with the type 
of <columnType>."

Review Comment:
   ```suggestion
         "The <format> datasource doesn't support the column <columnName> of 
the type <columnType>."
   ```



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