njaremko commented on code in PR #7769:
URL: https://github.com/apache/arrow-rs/pull/7769#discussion_r2167436491


##########
parquet/src/record/reader.rs:
##########
@@ -1259,6 +1255,99 @@ mod tests {
         assert_eq!(rows, expected_rows);
     }
 
+    #[test]
+    fn test_file_reader_rows_nullable1() {
+        let rows = test_file_reader_rows("databricks.parquet", None).unwrap();

Review Comment:
   It was named this because it's a file generated by databricks with every 
supported column type, I'll look into regenerating it



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