rdblue commented on code in PR #16689:
URL: https://github.com/apache/iceberg/pull/16689#discussion_r3365261895
##########
core/src/test/java/org/apache/iceberg/TestTrackingStruct.java:
##########
@@ -114,6 +114,9 @@ void testIsLive() {
tracking.set(STATUS_ORDINAL, EntryStatus.EXISTING.id());
assertThat(tracking.isLive()).isTrue();
+ tracking.set(STATUS_ORDINAL, EntryStatus.MODIFIED.id());
Review Comment:
Why is this setting status through an ordinal?
--
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]