nastra commented on code in PR #7976:
URL: https://github.com/apache/iceberg/pull/7976#discussion_r1284282089
##########
core/src/test/java/org/apache/iceberg/io/TestResolvingIO.java:
##########
@@ -47,4 +60,35 @@ public void testResolvingFileIOJavaSerialization() throws
IOException, ClassNotF
FileIO roundTripSerializedFileIO =
TestHelpers.roundTripSerialize(testResolvingFileIO);
assertThat(roundTripSerializedFileIO.properties()).isEqualTo(testResolvingFileIO.properties());
}
+
+ @Test
+ public void resolveFileIOBulkDeletion() throws IOException {
+ // configure resolving fileIO
+ FileIO resolvingFileIO = new ResolvingFileIO();
Review Comment:
```suggestion
ResolvingFileIO resolvingFileIO = new ResolvingFileIO();
```
then you don't need to perform the 2 casts to `HadoopConfigurable` and
`SupportsBulkOperations` further below
--
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]