Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maximedion2 committed Apr 7, 2024
1 parent c5988ed commit 666f1ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ impl<T: ZarrIterator> ZarrRecordBatchReader<T> {
let mut arrs: Vec<ArrayRef> = Vec::with_capacity(self.meta.get_num_columns());
let mut fields: Vec<FieldRef> = Vec::with_capacity(self.meta.get_num_columns());


let cols = chunk.get_cols_in_chunk();
for col in cols {
let data = chunk.take_array(&col)?;
Expand Down

0 comments on commit 666f1ed

Please sign in to comment.