-
-
Notifications
You must be signed in to change notification settings - Fork 31
BUG: fix support to read parquet files with list columns #597
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
Merged
jorisvandenbossche
merged 41 commits into
geopandas:main
from
theroggy:ENH-add-support-for-parquet-list-columns
Nov 20, 2025
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
e8dbd62
ENH: add support for parquet list columns
theroggy d812965
Skip parquet if driver not available
theroggy 8a92f9a
Update test_geopandas_io.py
theroggy f98c0e8
Fix linter issue
theroggy b87e799
Skip some tests if pyarrow.parquet is not available
theroggy 89df381
Skip tests if parquet file cannot be created
theroggy 3d637e8
Use a saved version of the test parquet files as it is a problem to a…
theroggy a429118
Give error instead of skip if test file cannot be created
theroggy 68fd8f9
Fix tests for minimal ci env
theroggy 9bb9472
Add libgdal-arrow-parquet to the lastest env to be able to run parque…
theroggy e3f2555
Skip test for nested columns in parquet without arrow for now
theroggy 880182e
Update test_geopandas_io.py
theroggy fc5a4d7
Update latest.yml
theroggy 74fdf5c
Update latest.yml
theroggy c64c8d9
Update latest.yml
theroggy 59fc5dc
Only check GDAL_HAS_PARQUET in the tests
theroggy 6c7738f
Apply feedback
theroggy 30513c5
Update conftest.py
theroggy 425c5d0
Update test_geopandas_io.py
theroggy cb115b1
Remove some redundant code
theroggy 099f19f
Only import pyarrow, parquet if needed in conftest
theroggy 223e686
Update conftest.py
theroggy 4f2ac0e
Delay calling list_drivers
theroggy 036df1e
Try importing pyarrow sooner
theroggy 27d1bee
rollback previous commit as it didn't help
theroggy 01a72be
Comment new tests
theroggy a100f2f
Try uncommenting GDAL_HAS_PARQUET
theroggy 9aa348a
Update test_geopandas_io.py
theroggy 0060a3f
Move test_read_arrow_dtypes up + reenable new tests
theroggy 97634cc
Comment new tests again
theroggy 0650ef9
Comment code to create parquet test files
theroggy 9963d0b
Activate new tests again
theroggy 7916ebc
Move new tests down
theroggy e4ef8bb
Add fix for ArrowDtype error
theroggy 7c62698
Small improvements
theroggy a4f95f5
Revert reordering of tests
theroggy a996beb
Revert commenting parquet file creation code
theroggy da4f693
Update test_geopandas_io.py
theroggy 45ee07a
Merge remote-tracking branch 'upstream/main' into ENH-add-support-for…
jorisvandenbossche 424341d
fixup merge
jorisvandenbossche 0835b58
Add link to gdal issue for None values in list
theroggy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.