jroddev commented on code in PR #6582:
URL: https://github.com/apache/arrow-rs/pull/6582#discussion_r1806025970


##########
parquet/src/arrow/async_reader/mod.rs:
##########
@@ -2037,4 +2039,105 @@ mod tests {
         // Should only have made 3 requests
         assert_eq!(requests.lock().unwrap().len(), 3);
     }
+
+    #[tokio::test]
+    async fn empty_ofset_index_doesnt_panic_in_read_row_group() {

Review Comment:
   These tests may not be well named. Feel free to suggest better ones



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