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 c44973b commit 0f83fd4Copy full SHA for 0f83fd4
native/core/src/execution/operators/iceberg_scan.rs
@@ -39,8 +39,8 @@ use crate::execution::operators::ExecutionError;
39
40
/// Native Iceberg scan operator that uses iceberg-rust to read Iceberg tables.
41
///
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.
+/// This operator completely bypasses Spark's DataSource V2 API and uses iceberg-rust by using
+/// pre-planned FileScanTasks to read data.
44
#[derive(Debug)]
45
pub struct IcebergScanExec {
46
/// Path to Iceberg table metadata file or directory (used for FileIO creation)
0 commit comments