Skip to content

Commit 0f83fd4

Browse files
committed
Update old comment.
1 parent c44973b commit 0f83fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ use crate::execution::operators::ExecutionError;
3939

4040
/// Native Iceberg scan operator that uses iceberg-rust to read Iceberg tables.
4141
///
42-
/// This operator completely bypasses Spark's DataSource V2 API and uses iceberg-rust
43-
/// for all table metadata loading, file discovery, and data reading.
42+
/// This operator completely bypasses Spark's DataSource V2 API and uses iceberg-rust by using
43+
/// pre-planned FileScanTasks to read data.
4444
#[derive(Debug)]
4545
pub struct IcebergScanExec {
4646
/// Path to Iceberg table metadata file or directory (used for FileIO creation)

0 commit comments

Comments
 (0)