pvary commented on code in PR #5036:
URL: https://github.com/apache/iceberg/pull/5036#discussion_r924149786
##########
hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveCommitLocks.java:
##########
@@ -72,10 +79,15 @@ public class TestHiveCommitLocks extends HiveTableBaseTest {
LockResponse notAcquiredLockResponse = new LockResponse(dummyLockId,
LockState.NOT_ACQUIRED);
@BeforeClass
- public static void initializeSpies() throws Exception {
+ public static void startMetastore() throws Exception {
+
HiveMetastoreTest.startMetastore(Collections.singletonMap(HiveConf.ConfVars.HIVE_TXN_TIMEOUT.varname,
"1s"));
Review Comment:
I think in the Iceberg code we usually use:
`org.apache.iceberg.relocated.com.google.common.collect.ImmutableMap.of`
--
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]