nastra commented on code in PR #15511:
URL: https://github.com/apache/iceberg/pull/15511#discussion_r2885182905
##########
core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java:
##########
@@ -3659,7 +3659,7 @@ public void testNumLoadTableCallsForMergeAppend() {
table.newAppend().appendFile(FILE_A).commit();
// loadTable is executed once
- Mockito.verify(adapter)
+ Mockito.verify(adapter, times(2))
Review Comment:
I've verified that this was called 3 times prior to
https://github.com/apache/iceberg/commit/c6b252e97eace78cf31df1d72ff91e7e641049da
and prior to https://github.com/apache/iceberg/pull/10523. Given that we're
adding back an additional table load this is now being called twice
--
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]