ashvina commented on code in PR #596:
URL: https://github.com/apache/incubator-xtable/pull/596#discussion_r1889462871


##########
xtable-core/src/main/java/org/apache/xtable/delta/DeltaStatsExtractor.java:
##########
@@ -246,6 +246,7 @@ private static class DeltaStats {
     Map<String, Object> minValues;
     Map<String, Object> maxValues;
     Map<String, Object> nullCount;
+    boolean tightBounds;

Review Comment:
   I have added a catch all bucket for new stats that may exist in file stats. 
It should be worth reporting the new stats for debugging and for adding support 
in XTable sometime.



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