liurenjie1024 commented on issue #124:
URL: https://github.com/apache/iceberg-rust/issues/124#issuecomment-2095481603

   > > How do you feel starting with one task for one manifest file
   > 
   > you mean:
   > 
   > * spawn a new task for each manifest, load the manifest 
(entry.load_manifest(...).await?)
   > * and handle DataFiles synchronously on the same task
   > 
   > so if we have a manifest_list with e.g. 5 entries, 1 is pruned 
(ManifestEvaluator) we'd effectively spawn 4 tasks, to load the manifest and 
handle all the data files; is this correct?
   
   Yeah, that's exactly what I mean.


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to