Skip to content

Commit 4afec43

Browse files
committed
Remove old comment.
1 parent 4f3004b commit 4afec43

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

native/core/src/execution/operators/iceberg_scan.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ impl ExecutionPlan for IcebergScanExec {
151151
}
152152

153153
impl IcebergScanExec {
154-
/// Execute with pre-planned tasks (fast path)
155-
/// This avoids re-planning the scan and directly reads the assigned files.
156-
///
157154
/// **MOR (Merge-On-Read) Table Support:**
158155
///
159156
/// If the FileScanTasks include delete files (for MOR tables), iceberg-rust's ArrowReader

0 commit comments

Comments
 (0)