kevinjqliu commented on code in PR #2173:
URL: https://github.com/apache/iceberg-rust/pull/2173#discussion_r2848826113


##########
crates/iceberg/src/arrow/reader.rs:
##########
@@ -108,6 +110,17 @@ impl ArrowReaderBuilder {
         self
     }
 
+    /// Sets the number of bytes to prefetch when reading Parquet metadata.

Review Comment:
   nit: the 2 round-trip behavior is implementation details. 
   
   should we just include something similar to 
https://rust.iceberg.apache.org/api/src/iceberg/arrow/reader.rs.html#1716-1719
   



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

Reply via email to