nastra commented on code in PR #9288: URL: https://github.com/apache/iceberg/pull/9288#discussion_r1425070360
########## hive-metastore/src/test/java/org/apache/iceberg/hive/HiveMetastoreExtension.java: ########## @@ -80,4 +82,27 @@ public HiveConf hiveConf() { public TestHiveMetastore metastore() { return metastore; } + + public static Builder builder() { Review Comment: I think that using a Builder is more future-proof instead of having multiple constructors here -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org