duckdb / duckdb/duckdb-spatial
OpenFileGDB Driver Error
Open
- Dominant language
- C
- Stars
- 708
- Forks
- 96
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 5
Description
I recently started getting issues selecting data from File Geodatabase feature classes.
Running the following query:
```sql
select
objectid
from
st_read('path\to\file\geodatabase.gdb', layer='layer_name')
limit 1000
```
I'm getting the following error:
```python
IO Error: GDAL Error (1): Error occurred in D:\a\core-extensions\core-extensions\build\release\deps\projects\Source\GDAL\ogr\ogrsf_frmts\openfilegdb\filegdbtable.cpp at line 900
```
Any thoughts on how I can resolve this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.