Skip to content

Commit 48c26c4

Browse files
committed
Fix test
1 parent fb5985b commit 48c26c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/io/test_pyarrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ def test_projection_maps_of_structs(schema_map_of_structs: Schema, file_map_of_s
15411541
assert (
15421542
repr(result_table.schema)
15431543
== """locations: map<string, struct<latitude: double not null, longitude: double not null, altitude: double>>
1544-
child 0, entries: struct<key: string not null, value: struct<latitude: double not null, longitude: double not null, altitude: double> not null> not null
1544+
child 0, entries: struct<key: string not null, value: struct<latitude: double not null, longitude: double not null, al (... 25 chars omitted) not null
15451545
child 0, key: string not null
15461546
child 1, value: struct<latitude: double not null, longitude: double not null, altitude: double> not null
15471547
child 0, latitude: double not null

0 commit comments

Comments
 (0)