wgtmac commented on code in PR #50157:
URL: https://github.com/apache/arrow/pull/50157#discussion_r3394348390
##########
cpp/src/parquet/page_index.cc:
##########
@@ -38,6 +38,12 @@ namespace parquet {
namespace {
+inline bool CanTrustPageIndexMinMax(const ColumnDescriptor& descr) {
Review Comment:
```suggestion
bool CanTrustPageIndexMinMax(const ColumnDescriptor& descr) {
```
--
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]