paleolimbot commented on code in PR #46275:
URL: https://github.com/apache/arrow/pull/46275#discussion_r2069381360


##########
cpp/src/parquet/statistics.cc:
##########
@@ -963,6 +963,89 @@ std::shared_ptr<Comparator> DoMakeComparator(Type::type 
physical_type,
   return nullptr;
 }
 
+template <typename DType>
+class UnsortedTypedStatisticsImpl : public TypedStatistics<DType> {

Review Comment:
   Perhaps we can reuse the existing typed one and just ignore the stats on 
write? (Seems inefficient but may be more compact?)



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