rdblue commented on code in PR #7569:
URL: https://github.com/apache/iceberg/pull/7569#discussion_r1199833068
##########
core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java:
##########
@@ -1742,4 +1753,129 @@ public void
testCatalogTokenRefreshDisabledWithCredential() {
eq(catalogHeaders),
any());
}
+
+ @Test
+ public void multipleDiffsAgainstSingleTable() {
Review Comment:
This isn't testing multiple changes. It's testing just one set. The fact
that the `Transaction` accumulates changes across table operations isn't really
material to the test.
I'd change this to `testSingleTable`.
--
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]