nastra commented on code in PR #10150:
URL: https://github.com/apache/iceberg/pull/10150#discussion_r1575735207
##########
core/src/test/java/org/apache/iceberg/TestOverwrite.java:
##########
@@ -101,8 +101,8 @@ public class TestOverwrite extends TestBase {
ImmutableMap.of(1, 5L, 2, 3L), // value count
ImmutableMap.of(1, 0L, 2, 2L), // null count
null,
- ImmutableMap.of(1, longToBuffer(5L)), // lower bounds
- ImmutableMap.of(1, longToBuffer(9L)) // upper bounds
+ ImmutableMap.of(1, longToBuffer(10L)), // lower bounds
Review Comment:
the file is named `FILE_10_TO_14` but the lower/upper bounds were wrong here
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]