jiayuasu commented on issue #1531:
URL: https://github.com/apache/sedona/issues/1531#issuecomment-2259362052

   @JimShady The correct way to create SedonaContext on Databricks Python 
(since v1.4.1) is
   
   ```
   from sedona.spark import *
   
   sedona = SedonaContext.create(spark)
   sedona.conf.set("spark.databricks.unityCatalog.volumes.enabled", "true")
   ```
   
   The code from @furqaankhan is for Sedona on OSS Spark.


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

Reply via email to