james-willis commented on code in PR #1125:
URL: https://github.com/apache/sedona-db/pull/1125#discussion_r3726803326


##########
docs/reference/python-zarr.md:
##########
@@ -31,6 +31,18 @@ sd.register(sedonadb_zarr.ZarrExtension())
 sd.read("file:///path/to/foo.zarr").show()
 ```
 
+Once the extension is registered, you can also query a Zarr group directly in
+SQL by its URL, without an explicit format:
+
+```python
+sd.sql("SELECT * FROM 'file:///path/to/foo.zarr'").show()
+```

Review Comment:
   done



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