unical1988 commented on code in PR #669:
URL: https://github.com/apache/incubator-xtable/pull/669#discussion_r2055082721


##########
xtable-api/src/main/java/org/apache/xtable/model/stat/ColumnStat.java:
##########
@@ -31,9 +33,20 @@
 @Value
 @Builder(toBuilder = true)
 public class ColumnStat {
-  InternalField field;
-  Range range;
-  long numNulls;
-  long numValues;
-  long totalSize;
+    InternalField field;
+    Range range;
+    long numNulls;
+    long numValues;
+    long totalSize;
+
+    public boolean equals(ColumnStat colStat) {

Review Comment:
   what's the command to re-generate the equals method?  I will try to use 
instead.



-- 
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: commits-unsubscr...@xtable.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to