File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ fn create_primitive_array(
310
310
make_array ( array_data)
311
311
}
312
312
313
- /// Reads the correct number of buffers based on list type a null_count, and creates a
313
+ /// Reads the correct number of buffers based on list type and null_count, and creates a
314
314
/// list array ref
315
315
fn create_list_array (
316
316
field_node : & ipc:: FieldNode ,
Original file line number Diff line number Diff line change @@ -1047,7 +1047,7 @@ mod tests {
1047
1047
List ( Box :: new( Int64 ) ) ,
1048
1048
coerce_data_type( vec![ & Int64 , & List ( Box :: new( Int64 ) ) ] ) . unwrap( )
1049
1049
) ;
1050
- // boolean a number are incompatible, return utf8
1050
+ // boolean and number are incompatible, return utf8
1051
1051
assert_eq ! (
1052
1052
List ( Box :: new( Utf8 ) ) ,
1053
1053
coerce_data_type( vec![ & Boolean , & List ( Box :: new( Float64 ) ) ] ) . unwrap( )
You can’t perform that action at this time.
0 commit comments