@@ -826,8 +826,8 @@ mod tests {
826
826
827
827
fn arrow_schema_for_arrow_schema_to_schema_test ( ) -> ArrowSchema {
828
828
let fields = Fields :: from ( vec ! [
829
- simple_field( "key" , DataType :: Int32 , false , "17 " ) ,
830
- simple_field( "value" , DataType :: Utf8 , true , "18 " ) ,
829
+ simple_field( "key" , DataType :: Int32 , false , "28 " ) ,
830
+ simple_field( "value" , DataType :: Utf8 , true , "29 " ) ,
831
831
] ) ;
832
832
833
833
let r#struct = DataType :: Struct ( fields) ;
@@ -1057,9 +1057,9 @@ mod tests {
1057
1057
"required": true,
1058
1058
"type": {
1059
1059
"type": "map",
1060
- "key-id": 17 ,
1060
+ "key-id": 28 ,
1061
1061
"key": "int",
1062
- "value-id": 18 ,
1062
+ "value-id": 29 ,
1063
1063
"value-required": false,
1064
1064
"value": "string"
1065
1065
}
@@ -1110,8 +1110,8 @@ mod tests {
1110
1110
1111
1111
fn arrow_schema_for_schema_to_arrow_schema_test ( ) -> ArrowSchema {
1112
1112
let fields = Fields :: from ( vec ! [
1113
- simple_field( "key" , DataType :: Int32 , false , "17 " ) ,
1114
- simple_field( "value" , DataType :: Utf8 , true , "18 " ) ,
1113
+ simple_field( "key" , DataType :: Int32 , false , "28 " ) ,
1114
+ simple_field( "value" , DataType :: Utf8 , true , "29 " ) ,
1115
1115
] ) ;
1116
1116
1117
1117
let r#struct = DataType :: Struct ( fields) ;
@@ -1200,7 +1200,7 @@ mod tests {
1200
1200
) ,
1201
1201
simple_field( "map" , map, false , "16" ) ,
1202
1202
simple_field( "struct" , r#struct, false , "17" ) ,
1203
- simple_field( "uuid" , DataType :: FixedSizeBinary ( 16 ) , false , "26 " ) ,
1203
+ simple_field( "uuid" , DataType :: FixedSizeBinary ( 16 ) , false , "30 " ) ,
1204
1204
] )
1205
1205
}
1206
1206
@@ -1344,9 +1344,9 @@ mod tests {
1344
1344
"required": true,
1345
1345
"type": {
1346
1346
"type": "map",
1347
- "key-id": 17 ,
1347
+ "key-id": 28 ,
1348
1348
"key": "int",
1349
- "value-id": 18 ,
1349
+ "value-id": 29 ,
1350
1350
"value-required": false,
1351
1351
"value": "string"
1352
1352
}
@@ -1380,7 +1380,7 @@ mod tests {
1380
1380
}
1381
1381
},
1382
1382
{
1383
- "id":26 ,
1383
+ "id":30 ,
1384
1384
"name":"uuid",
1385
1385
"required":true,
1386
1386
"type":"uuid"
0 commit comments