rdblue commented on code in PR #6029:
URL: https://github.com/apache/iceberg/pull/6029#discussion_r1001909765
##########
orc/src/test/java/org/apache/iceberg/orc/TestBloomFilter.java:
##########
@@ -94,7 +95,7 @@ public void testWriteOption() throws Exception {
writer.add(record2);
}
- Class clazzFileDump = Class.forName("org.apache.orc.tools.FileDump");
+ Class<?> clazzFileDump = Class.forName("org.apache.orc.tools.FileDump");
Review Comment:
Thanks for adding these! Never good to have types without parameters.
--
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]