Skip to content

Commit 4effb76

Browse files
committed
catch up with update of arrow2.
1 parent 503fa54 commit 4effb76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/query/pipeline/sources/src/processors/sources/input_formats/impls/input_format_parquet.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ impl RowGroupInMemory {
157157
self.fields[f].clone(),
158158
self.meta.num_rows() as usize,
159159
None,
160+
None,
160161
)?;
161162
column_chunks.push(array_iters);
162163
}

0 commit comments

Comments
 (0)