Skip to content

Commit 07a2b5c

Browse files
dependabot[bot]ebyhr
authored andcommitted
Build: Bump pyarrow from 23.0.1 to 24.0.0
Bumps [pyarrow](https://github.com/apache/arrow) from 23.0.1 to 24.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-23.0.1...apache-arrow-24.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 24.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6da06ad commit 07a2b5c

2 files changed

Lines changed: 78 additions & 78 deletions

File tree

tests/io/test_pyarrow.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,10 +1234,10 @@ def test_read_map(schema_map: Schema, file_map: str) -> None:
12341234

12351235
assert (
12361236
repr(result_table.schema)
1237-
== """properties: map<string, string>
1238-
child 0, entries: struct<key: string not null, value: string not null> not null
1239-
child 0, key: string not null
1240-
child 1, value: string not null"""
1237+
== """properties: map<large_string, large_string>
1238+
child 0, entries: struct<key: large_string not null, value: large_string not null> not null
1239+
child 0, key: large_string not null
1240+
child 1, value: large_string not null"""
12411241
)
12421242

12431243

0 commit comments

Comments
 (0)