Skip to content

Commit 900bbc3

Browse files
committed
make lint
1 parent 5ac7dd0 commit 900bbc3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/query/storages/fuse/src/io/read/block/block_reader_native.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ use std::ops::Range;
2020
use std::time::Instant;
2121

2222
use common_arrow::arrow::array::Array;
23-
use common_arrow::arrow::datatypes::DataType;
2423
use common_arrow::native::read::reader::NativeReader;
2524
use common_arrow::native::read::NativeReadBuf;
2625
use common_catalog::plan::PartInfoPtr;

src/query/storages/fuse/src/operations/mutation/parquet_delete_source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ impl Processor for ParquetDeleteSource {
224224
if matches!(self.state, State::FilterData(..)) {
225225
return Ok(Event::Sync);
226226
}
227-
return Ok(Event::Async);
227+
Ok(Event::Async)
228228
}
229229

230230
fn process(&mut self) -> Result<()> {

0 commit comments

Comments
 (0)