alamb commented on code in PR #9387:
URL: https://github.com/apache/arrow-rs/pull/9387#discussion_r2790576502


##########
parquet/src/arrow/arrow_writer/mod.rs:
##########
@@ -4829,6 +4829,52 @@ mod tests {
         assert_eq!(total_rows, 100, "Total rows should be preserved");
     }
 
+    #[test]

Review Comment:
   If you run code coverage like this
   
   ```shell
    cargo llvm-cov --html -p parquet --features=arrow,async
   ```
   
   You'll see there are a few missing lines in 
parquet/src/arrow/arrow_writer/mod.rs.html
   
   Specifically:
   
   <img width="1061" height="706" alt="Image" 
src="https://github.com/user-attachments/assets/a8913948-44b9-4b37-bcc7-4607c16b44a7";
 />
   
   This test covers that branch
   
   



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

Reply via email to