Commit ef6b3e6
authored
Fix datasets task 7309: pin pyarrow < 20.0 for geoparquet compatibility (#43)
PyArrow 20.0 changed default string type mapping, causing geoparquet
geometry columns to report as 'large_string' instead of 'string'. The
pre-existing test_parquet_read_geoparquet asserts dtype == 'string',
breaking all feature pairs for this task.
Pin pyarrow to >=17.0.0,<20.0.0 to keep a modern version while avoiding
the large_string default change. The Docker image needs to be rebuilt.1 parent a6aabce commit ef6b3e6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments