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


##########
cpp/src/parquet/printer.cc:
##########
@@ -166,10 +166,20 @@ void ParquetFilePrinter::DebugPrint(std::ostream& stream, 
std::list<int> selecte
       stream << "  Values: " << column_chunk->num_values();
       if (column_chunk->is_stats_set()) {
         std::string min = stats->min(), max = stats->max();
+        std::string max_exact =
+            stats->is_max_value_exact.has_value()

Review Comment:
   To be honest I do prefer to print `unknown`. If I am doing some 
debugging/investigation I'd rather see that it's unknown instead of false as 
that wouldn't be really correct and might produce some misinterpretation but I 
am happy to do what the majority prefers :)



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