@@ -418,7 +418,7 @@ This produces the following result with `tbl.scan().to_arrow()`:
418418
419419` ` ` python
420420pyarrow.Table
421- city: large_string
421+ city: string
422422lat: double
423423long: double
424424----
@@ -476,7 +476,7 @@ This produces the following result with `tbl.scan().to_arrow()`:
476476
477477` ` ` python
478478pyarrow.Table
479- city: large_string
479+ city: string
480480lat: double
481481long: double
482482----
@@ -957,14 +957,14 @@ split_offsets: list<item: int64>
957957equality_ids: list<item: int32>
958958 child 0, item: int32
959959sort_order_id: int32
960- readable_metrics: struct<city: struct<column_size: int64, value_count: int64, null_value_count: int64, nan_value_count: int64, lower_bound: large_string , upper_bound: large_string > not null, lat: struct<column_size: int64, value_count: int64, null_value_count: int64, nan_value_count: int64, lower_bound: double, upper_bound: double> not null, long: struct<column_size: int64, value_count: int64, null_value_count: int64, nan_value_count: int64, lower_bound: double, upper_bound: double> not null>
960+ readable_metrics: struct<city: struct<column_size: int64, value_count: int64, null_value_count: int64, nan_value_count: int64, lower_bound: string , upper_bound: string > not null, lat: struct<column_size: int64, value_count: int64, null_value_count: int64, nan_value_count: int64, lower_bound: double, upper_bound: double> not null, long: struct<column_size: int64, value_count: int64, null_value_count: int64, nan_value_count: int64, lower_bound: double, upper_bound: double> not null>
961961 child 0, city: struct<column_size: int64, value_count: int64, null_value_count: int64, nan_value_count: int64, lower_bound: string, upper_bound: string> not null
962962 child 0, column_size: int64
963963 child 1, value_count: int64
964964 child 2, null_value_count: int64
965965 child 3, nan_value_count: int64
966- child 4, lower_bound: large_string
967- child 5, upper_bound: large_string
966+ child 4, lower_bound: string
967+ child 5, upper_bound: string
968968 child 1, lat: struct<column_size: int64, value_count: int64, null_value_count: int64, nan_value_count: int64, lower_bound: double, upper_bound: double> not null
969969 child 0, column_size: int64
970970 child 1, value_count: int64
@@ -998,7 +998,7 @@ equality_ids:[[[],[]]]
998998sort_order_id:[[[],[]]]
999999readable_metrics: [
10001000 -- is_valid: all not null
1001- -- child 0 type: struct<column_size: int64, value_count: int64, null_value_count: int64, nan_value_count: int64, lower_bound: large_string , upper_bound: large_string >
1001+ -- child 0 type: struct<column_size: int64, value_count: int64, null_value_count: int64, nan_value_count: int64, lower_bound: string , upper_bound: string >
10021002 -- is_valid: all not null
10031003 -- child 0 type: int64
10041004[140]
@@ -1008,9 +1008,9 @@ readable_metrics: [
10081008[0]
10091009 -- child 3 type: int64
10101010[null]
1011- -- child 4 type: large_string
1011+ -- child 4 type: string
10121012["Amsterdam"]
1013- -- child 5 type: large_string
1013+ -- child 5 type: string
10141014["San Francisco"]
10151015 -- child 1 type: struct<column_size: int64, value_count: int64, null_value_count: int64, nan_value_count: int64, lower_bound: double, upper_bound: double>
10161016 -- is_valid: all not null
0 commit comments