Kev1n8 commented on code in PR #6181:
URL: https://github.com/apache/arrow-rs/pull/6181#discussion_r1702439015


##########
parquet/src/arrow/arrow_reader/statistics.rs:
##########
@@ -1916,6 +1997,59 @@ mod test {
         .run()
     }
 
+    #[test]
+    fn roundtrip_string_view() {
+        Test {
+            input: string_view_array([
+                // row group 1
+                Some("A"),
+                None,
+                Some("Q"),
+                // row group 2
+                Some("ZZ"),
+                Some("AA"),

Review Comment:
   Yes, I missed that point here.



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