raulcd commented on code in PR #46992:
URL: https://github.com/apache/arrow/pull/46992#discussion_r2194403831
##########
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:
I've tested the parquet-reader tool with the new file:
```
--- Rows: 12 ---
Column 0
Values: 12, Null Values: 0, Distinct Values: 0
Max (exact: false): Kf, Min (exact: false): Al
Compression: UNCOMPRESSED, Encodings: PLAIN RLE
Uncompressed Size: 250, Compressed Size: 250
Column 1
Values: 12, Null Values: 0, Distinct Values: 0
Max (exact: false): Kf, Min (exact: false): Al
Compression: UNCOMPRESSED, Encodings: PLAIN RLE
Uncompressed Size: 250, Compressed Size: 250
Column 2
Values: 12, Null Values: 0, Distinct Values: 0
Max (exact: true): 🚀Kevin Bacon, Min (exact: false): Al
Compression: UNCOMPRESSED, Encodings: PLAIN RLE
Uncompressed Size: 258, Compressed Size: 258
Column 3
Values: 12, Null Values: 0, Distinct Values: 0
Max (exact: true): ��, Min (exact: false): Al
Compression: UNCOMPRESSED, Encodings: PLAIN RLE
Uncompressed Size: 236, Compressed Size: 236
Column 4
Values: 12, Null Values: 0, Distinct Values: 0
Max (exact: true): Ke, Min (exact: true): Al
Compression: UNCOMPRESSED, Encodings: PLAIN RLE
Uncompressed Size: 210, Compressed Size: 210
Column 5
Values: 12, Null Values: 0, Distinct Values: 0
Max (exact: true): Ke, Min (exact: true): Al
Compression: UNCOMPRESSED, Encodings: PLAIN RLE
Uncompressed Size: 210, Compressed Size: 210
```
--
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]