Kontinuation commented on issue #1531:
URL: https://github.com/apache/sedona/issues/1531#issuecomment-2324763785
The newly added shapefile datasource works on Unity Catalog volumes (tested
on DBR 15.4 LTS). You'll be able to read shapefiles in Unity Catalog volumes
using:
```python
path = "/Volumes/catalog_name/schema_name/volume_name/shapefile_directory"
df = sedona.read.format("shapefile").load(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]