jackye1995 commented on a change in pull request #4254:
URL: https://github.com/apache/iceberg/pull/4254#discussion_r818232644
##########
File path: core/src/test/java/org/apache/iceberg/TestCatalogUtil.java
##########
@@ -402,4 +416,24 @@ public String getArg() {
public TestFileIONotImpl() {
}
}
+
+ public static class TestFileIOMetricsContext implements FileIOMetricsContext
{
+ private String scheme;
+
+ public TestFileIOMetricsContext() {
+ }
+
+ @Override
+ public void initialize(Map<String, String> properties) {
+ // FileIO has no specific implementation class, but Hadoop will
Review comment:
nit: remove unnecessary stuffs for test usage, like L428, 429, 431, 432
--
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]