rdblue commented on a change in pull request #3416:
URL: https://github.com/apache/iceberg/pull/3416#discussion_r739548744
##########
File path:
data/src/test/java/org/apache/iceberg/data/TestMetricsRowGroupFilterTypes.java
##########
@@ -135,8 +134,17 @@
DateTimeFormatter.ISO_LOCAL_DATE_TIME);
private static final byte[] fixed = "abcd".getBytes(StandardCharsets.UTF_8);
+ @Rule
+ public TemporaryFolder temp = new TemporaryFolder();
+
+ private File orcFile;
+ private File parquetFile;
Review comment:
+1
We can probably keep a FileFormat and a File instead.
--
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]