paleolimbot opened a new issue, #1031:
URL: https://github.com/apache/sedona-db/issues/1031
In CI on #1029 we see
```
Start test: sd_read_sf() works with filter
*** caught segfault ***
address 0x40, cause 'invalid permissions'
Traceback:
1: nanoarrow::convert_array_stream(stream, size = size)
2: st_as_sf.sedonadb_dataframe(sd_read_sf(nc_gpkg, filter = filter))
3: sf::st_as_sf(sd_read_sf(nc_gpkg, filter = filter))
4: eval(code, test_env)
5: eval(code, test_env)
```
https://github.com/apache/sedona-db/actions/runs/28835218309/job/85517449642?pr=1029#step:12:326
I am guessing that the `filter()` part triggers this (perhaps ephemerally)
because it triggers a repartition, or perhaps a GDAL update. It would be a good
idea to replace our GDAL-via-sf with something from sedona-gdal anyway, which
may also help with #924 (also related to parallel GDAL OGR reads).
--
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]