liurenjie1024 commented on issue #1864: URL: https://github.com/apache/iceberg-rust/issues/1864#issuecomment-3584961771
> > This is a known limitation. The existing scan doesn't implement output partitioning: https://github.com/apache/iceberg-rust/blob/main/crates/integrations/datafusion/src/physical_plan/scan.rs#L105 > > But I've seen there is a parallel handle FileScanTask in IcebergTableScan, is that parallel didn't work? > > https://github.com/apache/iceberg-rust/blob/main/crates/iceberg/src/arrow/reader.rs#L150 It's in fact io parallelism, not cpu parallelism. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
