GideonPotok commented on code in PR #47154:
URL: https://github.com/apache/spark/pull/47154#discussion_r1766986385


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -1005,6 +1005,11 @@
           "The input of <functionName> can't be <dataType> type data."
         ]
       },
+      "UNSUPPORTED_MODE_DATA_TYPE" : {
+        "message" : [
+          "The <mode> does not support the <child> data type, because there is 
MapType with collated fields."

Review Comment:
   ```suggestion
             "The <mode> does not support the <child> data type, because there 
is a \"MAP\" type with keys and/or values that have collated sub-fields."
   ```



##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -1005,6 +1005,11 @@
           "The input of <functionName> can't be <dataType> type data."
         ]
       },
+      "UNSUPPORTED_MODE_DATA_TYPE" : {
+        "message" : [
+          "The <mode> does not support the <child> data type, because there is 
MapType with collated fields."

Review Comment:
   @MaxGekk what do you think of the above? 
   



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