Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Aug 6, 2024
1 parent ad290ff commit ca98744
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/batch/src/executor/iceberg_scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ use std::mem;

use futures_async_stream::try_stream;
use futures_util::stream::StreamExt;
use iceberg::arrow::ArrowReader;
use iceberg::scan::FileScanTask;
use iceberg::spec::TableMetadata;
use risingwave_common::array::arrow::IcebergArrowConvert;
Expand Down Expand Up @@ -80,7 +79,6 @@ impl IcebergScanExecutor {
.await?;
let data_types = self.schema.data_types();

let tasks_len = self.file_scan_tasks.len();
let file_scan_tasks = mem::take(&mut self.file_scan_tasks);

let file_scan_stream = {
Expand Down

0 comments on commit ca98744

Please sign in to comment.