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

   Adding the following config when you create your sedona object should make 
it work:
   ```
   sedona = SedonaContext.builder()
              ...
              .config("spark.databricks.unityCatalog.volumes.enabled","true")
              ...
              .getOrCreate()
              
   sc = sedona.sparkContext
   shapefile = ShapefileReader.readToGeometryRDD(sc, path)
   ```


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