schnappi17 commented on code in PR #1467:
URL: https://github.com/apache/incubator-paimon/pull/1467#discussion_r1251805324
##########
paimon-core/src/main/java/org/apache/paimon/metrics/DescriptiveStatisticsHistogram.java:
##########
@@ -0,0 +1,72 @@
+package org.apache.paimon.metrics;
+
+import org.apache.commons.math3.stat.descriptive.DescriptiveStatistics;
+
+import java.io.Serializable;
+
+/**
+ * The {@link DescriptiveStatisticsHistogram} use a DescriptiveStatistics
{@link
+ * DescriptiveStatistics} as a Paimon {@link Histogram}.
Review Comment:
@tsreaper Thanks for helping to review this pr, I just fixed the description
for `DescriptiveStatisticsHistogram` in the latest commit. The last workflow in
my own repo is successful, seems like a timeout in the Paimon repo.
--
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]