mbutrovich commented on code in PR #2175:
URL: https://github.com/apache/iceberg-rust/pull/2175#discussion_r2853426424


##########
crates/iceberg/src/arrow/delete_filter.rs:
##########
@@ -399,6 +399,7 @@ pub(crate) mod tests {
 
         let file_scan_tasks = vec![
             FileScanTask {
+                file_size_in_bytes: 0,

Review Comment:
   Fixed.



##########
crates/iceberg/src/arrow/reader.rs:
##########
@@ -212,13 +212,20 @@ impl ArrowReader {
         let delete_filter_rx =
             delete_file_loader.load_deletes(&task.deletes, 
Arc::clone(&task.schema));
 
+        let file_size = if task.file_size_in_bytes > 0 {

Review Comment:
   Fixed.



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