sundy-li commented on code in PR #677:
URL: https://github.com/apache/iceberg-rust/pull/677#discussion_r1812219171


##########
crates/iceberg/src/scan.rs:
##########
@@ -394,6 +411,11 @@ impl TableScan {
         return Ok(file_scan_task_rx.boxed());
     }
 
+    /// Returns an [`ManifestList`]
+    pub async fn get_manifest_list(&self) -> Result<Arc<ManifestList>> {

Review Comment:
   It could be used by the query engine (datafusion/databend), we need to know 
the scan stats of this table (rows, bytes).



-- 
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