Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid warning about unsealed object with GDAL main (3.9) #364

Open
jorisvandenbossche opened this issue Feb 26, 2024 · 1 comment
Open

Comments

@jorisvandenbossche
Copy link
Member

We get the warning "RuntimeWarning: OGRFeatureDefn::GetTemporaryUnsealer() called on a unsealed object" for various tests in the CI build using GDAL main (see eg https://github.com/geopandas/pyogrio/actions/runs/7870620687/job/21472183960)

Related to https://gdal.org/development/rfc/rfc97_feature_and_fielddefn_sealing.html

Didn't yet look in detail, but I assume this will require some code updates to fix our code and avoid the warning.

@rouault
Copy link

rouault commented Feb 27, 2024

Didn't yet look in detail, but I assume this will require some code updates to fix our code and avoid the warning.

This might also be bug in OGR driver(s). I've fixed a few some time ago. Please report upstream when appropriate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants