xloya commented on a change in pull request #3135:
URL: https://github.com/apache/iceberg/pull/3135#discussion_r716312372
##########
File path: data/src/test/java/org/apache/iceberg/data/DeleteReadTests.java
##########
@@ -321,11 +411,12 @@ private StructLikeSet selectColumns(StructLikeSet rows,
String... columns) {
return set;
}
- private StructLikeSet rowSetWithoutIds(int... idsToRemove) {
+ private StructLikeSet rowSetWithoutIds(Table iTable, List<Record>
recordList, int... idsToRemove) {
Review comment:
A helpful suggestion, it works, thanks!
--
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]