File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ fn make_interval_mdn_array(n: usize) -> PrimitiveArray<IntervalMonthDayNanoType>
247
247
248
248
#[ inline]
249
249
fn make_bool_array ( n : usize ) -> BooleanArray {
250
- make_bool_array_with_tag ( n, 0xB00_1 )
250
+ make_bool_array_with_tag ( n, 0xB001 )
251
251
}
252
252
#[ inline]
253
253
fn make_i32_array ( n : usize ) -> PrimitiveArray < Int32Type > {
@@ -527,7 +527,7 @@ static STRUCT_DATA: Lazy<Vec<RecordBatch>> = Lazy::new(|| {
527
527
Field :: new( "s2" , DataType :: Int32 , false ) ,
528
528
Field :: new( "s3" , DataType :: Float64 , false ) ,
529
529
]
530
- . into ( ) ,
530
+ . into ( ) ,
531
531
) ;
532
532
let schema = schema_single ( "field1" , struct_dt) ;
533
533
SIZES
@@ -698,4 +698,4 @@ criterion_group! {
698
698
config = Criterion :: default ( ) . configure_from_args( ) ;
699
699
targets = criterion_benches
700
700
}
701
- criterion_main ! ( avro_writer) ;
701
+ criterion_main ! ( avro_writer) ;
You can’t perform that action at this time.
0 commit comments