@@ -257,7 +257,7 @@ mod tests {
257257 snapshot_id: None ,
258258 sequence_number: None ,
259259 file_sequence_number: None ,
260- data_file: DataFile { content: DataContentType :: Data , file_path: "s3a://icebergdata/demo/s1/t1/data/00000-0-ba56fbfa-f2ff-40c9-bb27-565ad6dc2be8-00000.parquet" . to_string( ) , file_format: DataFileFormat :: Parquet , partition: Struct :: empty( ) , record_count: 1 , file_size_in_bytes: 5442 , column_sizes: HashMap :: from( [ ( 0 , 73 ) , ( 6 , 34 ) , ( 2 , 73 ) , ( 7 , 61 ) , ( 3 , 61 ) , ( 5 , 62 ) , ( 9 , 79 ) , ( 10 , 73 ) , ( 1 , 61 ) , ( 4 , 73 ) , ( 8 , 73 ) ] ) , value_counts: HashMap :: from( [ ( 4 , 1 ) , ( 5 , 1 ) , ( 2 , 1 ) , ( 0 , 1 ) , ( 3 , 1 ) , ( 6 , 1 ) , ( 8 , 1 ) , ( 1 , 1 ) , ( 10 , 1 ) , ( 7 , 1 ) , ( 9 , 1 ) ] ) , null_value_counts: HashMap :: from( [ ( 1 , 0 ) , ( 6 , 0 ) , ( 2 , 0 ) , ( 8 , 0 ) , ( 0 , 0 ) , ( 3 , 0 ) , ( 5 , 0 ) , ( 9 , 0 ) , ( 7 , 0 ) , ( 4 , 0 ) , ( 10 , 0 ) ] ) , nan_value_counts: HashMap :: new( ) , lower_bounds: HashMap :: new( ) , upper_bounds: HashMap :: new( ) , key_metadata: None , split_offsets: vec![ 4 ] , equality_ids: Some ( Vec :: new( ) ) , sort_order_id: None , partition_spec_id: 0 , first_row_id: None , referenced_data_file: None , content_offset: None , content_size_in_bytes: None }
260+ data_file: DataFile { content: DataContentType :: Data , file_path: "s3a://icebergdata/demo/s1/t1/data/00000-0-ba56fbfa-f2ff-40c9-bb27-565ad6dc2be8-00000.parquet" . to_string( ) , file_format: DataFileFormat :: Parquet , partition: Struct :: empty( ) , record_count: 1 , file_size_in_bytes: 5442 , column_sizes: HashMap :: from( [ ( 0 , 73 ) , ( 6 , 34 ) , ( 2 , 73 ) , ( 7 , 61 ) , ( 3 , 61 ) , ( 5 , 62 ) , ( 9 , 79 ) , ( 10 , 73 ) , ( 1 , 61 ) , ( 4 , 73 ) , ( 8 , 73 ) ] ) , value_counts: HashMap :: from( [ ( 4 , 1 ) , ( 5 , 1 ) , ( 2 , 1 ) , ( 0 , 1 ) , ( 3 , 1 ) , ( 6 , 1 ) , ( 8 , 1 ) , ( 1 , 1 ) , ( 10 , 1 ) , ( 7 , 1 ) , ( 9 , 1 ) ] ) , null_value_counts: HashMap :: from( [ ( 1 , 0 ) , ( 6 , 0 ) , ( 2 , 0 ) , ( 8 , 0 ) , ( 0 , 0 ) , ( 3 , 0 ) , ( 5 , 0 ) , ( 9 , 0 ) , ( 7 , 0 ) , ( 4 , 0 ) , ( 10 , 0 ) ] ) , nan_value_counts: HashMap :: new( ) , lower_bounds: HashMap :: new( ) , upper_bounds: HashMap :: new( ) , key_metadata: None , split_offsets: Some ( vec![ 4 ] ) , equality_ids: Some ( Vec :: new( ) ) , sort_order_id: None , partition_spec_id: 0 , first_row_id: None , referenced_data_file: None , content_offset: None , content_size_in_bytes: None }
261261 }
262262 ] ;
263263
@@ -435,7 +435,7 @@ mod tests {
435435 lower_bounds: HashMap :: new( ) ,
436436 upper_bounds: HashMap :: new( ) ,
437437 key_metadata: None ,
438- split_offsets: vec![ 4 ] ,
438+ split_offsets: Some ( vec![ 4 ] ) ,
439439 equality_ids: Some ( Vec :: new( ) ) ,
440440 sort_order_id: None ,
441441 partition_spec_id: 0 ,
@@ -532,7 +532,7 @@ mod tests {
532532 lower_bounds: HashMap :: from( [ ( 1 , Datum :: int( 1 ) ) , ( 2 , Datum :: string( "a" ) ) , ( 3 , Datum :: string( "AC/DC" ) ) ] ) ,
533533 upper_bounds: HashMap :: from( [ ( 1 , Datum :: int( 1 ) ) , ( 2 , Datum :: string( "a" ) ) , ( 3 , Datum :: string( "AC/DC" ) ) ] ) ,
534534 key_metadata: None ,
535- split_offsets: vec![ 4 ] ,
535+ split_offsets: Some ( vec![ 4 ] ) ,
536536 equality_ids: None ,
537537 sort_order_id: Some ( 0 ) ,
538538 partition_spec_id: 0 ,
@@ -640,7 +640,7 @@ mod tests {
640640 ( 3 , Datum :: string( "x" ) )
641641 ] ) ,
642642 key_metadata: None ,
643- split_offsets: vec![ 4 ] ,
643+ split_offsets: Some ( vec![ 4 ] ) ,
644644 equality_ids: None ,
645645 sort_order_id: Some ( 0 ) ,
646646 partition_spec_id: 0 ,
@@ -749,7 +749,7 @@ mod tests {
749749 ( 3 , Datum :: string( "x" ) )
750750 ] ) ,
751751 key_metadata: None ,
752- split_offsets: vec![ 4 ] ,
752+ split_offsets: Some ( vec![ 4 ] ) ,
753753 equality_ids: None ,
754754 sort_order_id: None ,
755755 partition_spec_id: 0 ,
@@ -840,7 +840,7 @@ mod tests {
840840 ( 2 , Datum :: int( 2 ) ) ,
841841 ] ) ,
842842 key_metadata: None ,
843- split_offsets: vec![ 4 ] ,
843+ split_offsets: Some ( vec![ 4 ] ) ,
844844 equality_ids: None ,
845845 sort_order_id: None ,
846846 partition_spec_id: 0 ,
@@ -922,7 +922,7 @@ mod tests {
922922 lower_bounds: HashMap :: new( ) ,
923923 upper_bounds: HashMap :: new( ) ,
924924 key_metadata: None ,
925- split_offsets: vec![ 4 ] ,
925+ split_offsets: Some ( vec![ 4 ] ) ,
926926 equality_ids: None ,
927927 sort_order_id: None ,
928928 partition_spec_id: 0 ,
@@ -957,7 +957,7 @@ mod tests {
957957 lower_bounds: HashMap :: new( ) ,
958958 upper_bounds: HashMap :: new( ) ,
959959 key_metadata: None ,
960- split_offsets: vec![ 4 ] ,
960+ split_offsets: Some ( vec![ 4 ] ) ,
961961 equality_ids: None ,
962962 sort_order_id: None ,
963963 partition_spec_id: 0 ,
@@ -992,7 +992,7 @@ mod tests {
992992 lower_bounds: HashMap :: new( ) ,
993993 upper_bounds: HashMap :: new( ) ,
994994 key_metadata: None ,
995- split_offsets: vec![ 4 ] ,
995+ split_offsets: Some ( vec![ 4 ] ) ,
996996 equality_ids: None ,
997997 sort_order_id: None ,
998998 partition_spec_id: 0 ,
@@ -1027,7 +1027,7 @@ mod tests {
10271027 lower_bounds: HashMap :: new( ) ,
10281028 upper_bounds: HashMap :: new( ) ,
10291029 key_metadata: None ,
1030- split_offsets: vec![ 4 ] ,
1030+ split_offsets: Some ( vec![ 4 ] ) ,
10311031 equality_ids: None ,
10321032 sort_order_id: None ,
10331033 partition_spec_id: 0 ,
@@ -1182,7 +1182,7 @@ mod tests {
11821182 "lower_bounds" : [ ] ,
11831183 "upper_bounds" : [ ] ,
11841184 "key_metadata" : null,
1185- "split_offsets" : [ ] ,
1185+ "split_offsets" : null ,
11861186 "equality_ids" : null,
11871187 "sort_order_id" : null,
11881188 "first_row_id" : null,
@@ -1213,7 +1213,7 @@ mod tests {
12131213 "lower_bounds" : [ ] ,
12141214 "upper_bounds" : [ ] ,
12151215 "key_metadata" : null,
1216- "split_offsets" : [ ] ,
1216+ "split_offsets" : null ,
12171217 "equality_ids" : null,
12181218 "sort_order_id" : null,
12191219 "first_row_id" : null,
0 commit comments