Skip to content

Commit

Permalink
fix: import record_batch
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng-Yuan-Lai committed Feb 6, 2025
1 parent 7573132 commit 569967f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/tests/dataframe/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mod dataframe_functions;
mod describe;

use arrow::array::{
Array, ArrayRef, BooleanArray, DictionaryArray, FixedSizeListArray,
record_batch, Array, ArrayRef, BooleanArray, DictionaryArray, FixedSizeListArray,
FixedSizeListBuilder, Float32Array, Float64Array, Int32Array, Int32Builder,
Int8Array, LargeListArray, ListArray, ListBuilder, RecordBatch, StringArray,
StringBuilder, StructBuilder, UInt32Array, UInt32Builder, UnionArray,
Expand Down

0 comments on commit 569967f

Please sign in to comment.