the-other-tim-brown commented on code in PR #596:
URL: https://github.com/apache/incubator-xtable/pull/596#discussion_r1882319550
##########
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:
Can we add the option to the ObjectMapper as part of this PR to prevent new
fields from causing failures in the future?
--
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]