marvinlanhenke commented on code in PR #360: URL: https://github.com/apache/iceberg-rust/pull/360#discussion_r1584112041
########## crates/iceberg/src/scan.rs: ########## @@ -99,7 +107,7 @@ impl<'a> TableScanBuilder<'a> { } /// Build the table scan. - pub fn build(self) -> crate::Result<TableScan> { + pub fn build(self) -> Result<TableScan> { Review Comment: @liurenjie1024 what do you think? -- 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