jcamachor commented on a change in pull request #794: HIVE-21884
URL: https://github.com/apache/hive/pull/794#discussion_r331670949
##########
File path:
itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestRestrictedList.java
##########
@@ -64,7 +64,9 @@ public static void startServices() throws Exception {
hiveConf.setBoolVar(ConfVars.HIVE_SUPPORT_CONCURRENCY, false);
miniHS2 = new
MiniHS2.Builder().withMiniMR().withRemoteMetastore().withConf(hiveConf).build();
- miniHS2.start(new HashMap<String, String>());
+ HashMap<String, String> confOverlay = new HashMap<>();
Review comment:
`HashMap` -> `Map`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]