We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3004b commit 4afec43Copy full SHA for 4afec43
native/core/src/execution/operators/iceberg_scan.rs
@@ -151,9 +151,6 @@ impl ExecutionPlan for IcebergScanExec {
151
}
152
153
impl IcebergScanExec {
154
- /// Execute with pre-planned tasks (fast path)
155
- /// This avoids re-planning the scan and directly reads the assigned files.
156
- ///
157
/// **MOR (Merge-On-Read) Table Support:**
158
///
159
/// If the FileScanTasks include delete files (for MOR tables), iceberg-rust's ArrowReader
0 commit comments