duckdb / duckdb/duckdb-spatial

OpenFileGDB Driver Error

Open
#525 5 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.