Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: yangjiang <[email protected]>
  • Loading branch information
Ted-Jiang committed Oct 29, 2022
1 parent e48cf9c commit 2315e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/core/src/physical_plan/file_format/parquet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ mod tests {
datasource::file_format::{parquet::ParquetFormat, FileFormat},
physical_plan::collect,
};
use arrow::array::Float32Array;
use arrow::array::{Float32Array, new_null_array};
use arrow::datatypes::DataType::Decimal128;
use arrow::record_batch::RecordBatch;
use arrow::{
Expand Down Expand Up @@ -2049,7 +2049,7 @@ mod tests {
RowSelector::skip(2),
RowSelector::skip(2),
RowSelector::skip(2),
RowSelector::select(0),
RowSelector::skip(0),
]
);
}
Expand Down

0 comments on commit 2315e65

Please sign in to comment.