ajantha-bhat commented on code in PR #9288: URL: https://github.com/apache/iceberg/pull/9288#discussion_r1424967124
########## 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: Just a constructor overloading was enough? It can also helps in avoiding the code changes in existing constructor callers? -- 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