paleolimbot opened a new issue, #1048: URL: https://github.com/apache/sedona-db/issues/1048
In recent python-wheels runs, we see a hang after the Raster slicing integration tests start to run. For example: https://github.com/apache/sedona-db/actions/runs/29224578250/job/86736087794 ``` 2026-07-13T05:12:46.7647357Z ../../../project/python/sedonadb/tests/functions/test_raster_functions.py::test_rs_setbandnodatavalue_two_arg_requires_single_band PASSED [ 59%] 2026-07-13T05:12:46.7716041Z ../../../project/python/sedonadb/tests/functions/test_raster_nd.py::test_num_dimensions PASSED [ 59%] 2026-07-13T05:12:46.7801636Z ../../../project/python/sedonadb/tests/functions/test_raster_nd.py::test_num_dimensions_with_band PASSED [ 59%] 2026-07-13T05:12:46.7869106Z ../../../project/python/sedonadb/tests/functions/test_raster_nd.py::test_dim_names PASSED [ 59%] 2026-07-13T05:12:46.7981534Z ../../../project/python/sedonadb/tests/functions/test_raster_nd.py::test_dim_size PASSED [ 59%] 2026-07-13T05:12:46.8048134Z ../../../project/python/sedonadb/tests/functions/test_raster_nd.py::test_shape PASSED [ 59%] 2026-07-13T05:12:46.8128752Z ../../../project/python/sedonadb/tests/functions/test_raster_nd.py::test_slice_drops_axis PASSED [ 59%] 2026-07-13T05:12:46.8182089Z ../../../project/python/sedonadb/tests/functions/test_raster_nd.py::test_slice_range_keeps_axis PASSED [ 59%] 2026-07-13T10:42:54.6824308Z ##[error]The operation was canceled. 2026-07-13T10:42:54.6923444Z Post job cleanup. 2026-07-13T10:42:54.6985143Z Post job cleanup. 2026-07-13T10:42:54.7659502Z [command]/usr/bin/git version 2026-07-13T10:42:54.7694858Z git version 2.54.0 ``` This may not specifically relate to that test but may relate to something like loading or using GDAL functions for the first time, or using rasterio in conjunction with our functions when they are using the same GDAL shared object, or using pyogrio and rasterio's GDAL together (pyogrio would be used for reading gpkg and fgb files). cc @james-willis -- 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]
