Open rcoup opened 2 weeks ago
Fixes #451
The error is caused by an uninitialized EOF variable in the GDAL file handler, which if EOF is checked before a seek, leads to an intermittent SQL Type Mismatch error in release builds, and a runtime error crash in debug builds.
Hi! Good job digging into this and thanks a lot for the PR!
Don't worry about the failing CI, we need to update duckdb and create a stable branch, but I'll take care of it.
Fixes #451
The error is caused by an uninitialized EOF variable in the GDAL file handler, which if EOF is checked before a seek, leads to an intermittent SQL Type Mismatch error in release builds, and a runtime error crash in debug builds.