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


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -3854,6 +3854,11 @@
           "Catalog <catalogName> does not support <operation>."
         ]
       },
+      "COLLATION" : {
+        "message" : [
+          "Collation support is under development and not all features are 
supported. To enable existing features set <collationEnabled> to `true`."

Review Comment:
   when we turn off this feature, it means we do not want to expose it to the 
end users and it's weird if we still tell them how to enable it.
   
   How about just say `String collation is not supported yet.`?



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