Xuanwo commented on code in PR #677:
URL: https://github.com/apache/iceberg-rust/pull/677#discussion_r1812233893
##########
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).
Hi, seems this change not related to this PR. How about moving to another
new PR?
--
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]