RussellSpitzer commented on code in PR #7900:
URL: https://github.com/apache/iceberg/pull/7900#discussion_r1256328734
##########
spark/v3.4/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java:
##########
@@ -1271,6 +1273,42 @@ public void
testDeleteToWapBranchWithTableBranchIdentifier() throws NoSuchTableE
branch)));
}
+ @Test
+ public void testDeleteToCustomWapBranchWithoutWhereClause() throws
NoSuchTableException {
+ assumeThat(branch)
Review Comment:
Why do we have this assumption? Shouldn't this be something we are
configuring in the test?
--
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]