-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
TST: add use_arrow to geopandas tests with sql statement #306
TST: add use_arrow to geopandas tests with sql statement #306
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this @theroggy - 👍 on more arrow tests.
The only issue I'm seeing is the order of operations around getting the arrow stream (has to happen first) vs setting the index of the next feature to read. Did you find that you needed to change that order for the sql tests to work?
…or-geopandas-tests-with-sql-statement
…or-geopandas-tests-with-sql-statement
… skip bug is fixed in gdal
Hmm... the test still fails on gdal 3.8. The PR was merged 4 days ago, is it possible the container used here doesn't contain the fix yet? |
The GDAL latest container hasn't been updated in some time (last update 9/16): https://github.com/OSGeo/gdal/pkgs/container/gdal/128542179?tag=ubuntu-small-latest I thought those would be built automatically on merge to GDAL |
…or-geopandas-tests-with-sql-statement
…or-geopandas-tests-with-sql-statement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies for the long delay in review!
It looks like this now passes on CI, so other than updating a comment, this looks ready to go.
…or-geopandas-tests-with-sql-statement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @theroggy !
No description provided.