pitrou commented on code in PR #46992:
URL: https://github.com/apache/arrow/pull/46992#discussion_r2192846840


##########
cpp/src/parquet/reader_test.cc:
##########
@@ -1023,7 +1023,7 @@ Column 0
   Uncompressed Size: 103, Compressed Size: 104
 Column 1
   Values: 3, Null Values: 0, Distinct Values: 0
-  Max: 1, Min: 1
+  Max: 1, Min: 1, Is Max Value Exact: N/A, Is Min Value Exact: N/A

Review Comment:
   Perhaps we want to make the display terser? For example (but feel free to do 
better :)):
   ```suggestion
     Max (exact: unknown): 1, Min (exact: unknown): 1
   ```



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to