paleolimbot opened a new issue, #364:
URL: https://github.com/apache/sedona-db/issues/364

   If we attempt to read a Parquet file that doesn't exist, we get empty output:
   
   ```python
   import sedona.db
   
   sd = sedona.db.connect()
   sd.read_parquet("foofy.parquet").show()
   ```
   
   We should get an error instead. I ran into this in the GDAL format PR and 
solved it by erroring in `infer_schema()` if there were zero items.


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