Skip to content

Commit

Permalink
remove null_count from try_new (#1721)
Browse files Browse the repository at this point in the history
Signed-off-by: remzi <13716567376yh@gmail.com>
  • Loading branch information
HaoYang670 committed May 22, 2022
1 parent 7b164a0 commit 4de6895
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 111 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

0 comments on commit 4de6895

Please sign in to comment.