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


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -6535,6 +6535,11 @@
           "Drop the namespace <namespace>."
         ]
       },
+      "GEOSPATIAL_DISABLED" : {
+        "message" : [
+          "Geospatial feature is disabled. Set 
\"spark.sql.geospatial.enabled=true\" to enable."

Review Comment:
   I think we should only expose this feature to advanced users who follows the 
Spark dev activities and are familiar with the Spark codebase. Let's not 
mention the config name to hide this feature from normal users.



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