paleolimbot commented on issue #1048: URL: https://github.com/apache/sedona-db/issues/1048#issuecomment-4961699479
Note we have other issues with GDAL reads using pyogrio that may be responsible (e.g., the latest python-wheels test). These are tracked in https://github.com/apache/sedona-db/issues/924 and the real fix is (probably) to implement the logic in sedona-gdal instead of rely on pyogrio. ``` 2026-07-13T18:53:20.6810798Z ../../../project/python/sedonadb/tests/io/test_parquet.py::test_write_geoparquet_ensure_projjson_crs PASSED [ 95%] 2026-07-13T18:53:20.6828519Z ../../../project/python/sedonadb/tests/io/test_parquet.py::test_write_geoparquet_unknown PASSED [ 95%] 2026-07-13T18:53:20.6929122Z ../../../project/python/sedonadb/tests/io/test_parquet.py::test_write_geoparquet_geography PASSED [ 95%] 2026-07-13T18:53:20.7019231Z ../../../project/python/sedonadb/tests/io/test_parquet.py::test_write_geoparquet_2_0 PASSED [ 95%] 2026-07-13T18:53:20.7103619Z ../../../project/python/sedonadb/tests/io/test_parquet.py::test_write_geoparquet_no_metadata PASSED [ 95%] 2026-07-13T18:53:20.7229169Z ../../../project/python/sedonadb/tests/io/test_parquet.py::test_write_geoparquet_geography_no_metadata PASSED [ 95%] 2026-07-13T18:53:20.7298764Z ../../../project/python/sedonadb/tests/io/test_parquet.py::test_read_parquet_validate_wkb_single_valid_row PASSED [ 95%] 2026-07-13T18:53:20.7346052Z ../../../project/python/sedonadb/tests/io/test_parquet.py::test_read_parquet_validate_wkb_single_invalid_row PASSED [ 95%] 2026-07-13T18:53:20.7395558Z ../../../project/python/sedonadb/tests/io/test_parquet.py::test_read_parquet_validate_wkb_partial_invalid_rows PASSED [ 95%] 2026-07-13T18:53:20.8583834Z ../../../project/python/sedonadb/tests/io/test_parquet.py::test_prune_geography_parquet PASSED [ 95%] 2026-07-13T18:53:20.9459328Z ../../../project/python/sedonadb/tests/io/test_parquet.py::test_read_partitioned_parquet PASSED [ 95%] 2026-07-13T18:53:21.0093264Z ../../../project/python/sedonadb/tests/io/test_pyogrio.py::test_read_ogr_projection PASSED [ 95%] 2026-07-13T18:53:21.3233236Z Fatal Python error: Aborted 2026-07-13T18:53:21.3233636Z 2026-07-13T18:53:21.3233811Z Thread 0x00007f855be77700 (most recent call first): 2026-07-13T18:53:21.3236837Z File "/opt/python/cp39-cp39/lib/python3.9/contextlib.py", line 119 in __enter__ 2026-07-13T18:53:21.3237909Z File "/tmp/tmp.Vmg2O5clbs/venv/lib/python3.9/site-packages/sedonadb/datasource.py", line 208 in __init__ 2026-07-13T18:53:21.3238780Z File "/tmp/tmp.Vmg2O5clbs/venv/lib/python3.9/site-packages/sedonadb/datasource.py", line 189 in open_reader 2026-07-13T18:53:21.3239273Z 2026-07-13T18:53:21.3239406Z Thread 0x00007f8588e57740 (most recent call first): 2026-07-13T18:53:21.3240061Z File "/tmp/tmp.Vmg2O5clbs/venv/lib/python3.9/site-packages/sedonadb/dataframe.py", line 1416 in to_arrow_table ``` -- 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]
