Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into rustify-parquet-w…
Browse files Browse the repository at this point in the history
…riter
  • Loading branch information
tustvold committed May 24, 2022
2 parents c57aa9e + ca1d85f commit e39fa42
Show file tree
Hide file tree
Showing 16 changed files with 322 additions and 394 deletions.
1 change: 0 additions & 1 deletion arrow/benches/array_data_validate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ fn create_binary_array_data(length: i32) -> ArrayData {
DataType::Binary,
length as usize,
None,
None,
0,
vec![offsets_buffer, value_buffer],
vec![],
Expand Down
Loading

0 comments on commit e39fa42

Please sign in to comment.