pan3793 commented on code in PR #5204:
URL: https://github.com/apache/hive/pull/5204#discussion_r1573368837


##########
metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java:
##########
@@ -608,6 +608,33 @@ public boolean openTransaction(String isolationLevel) {
     return result;
   }
 
+  @Override
+  public long updateParameterWithExpectedValue(Table table, String key, String 
expectedValue, String newValue)
+      throws MetaException, NoSuchObjectException {
+    final Table _table = table;

Review Comment:
   this might be limitation of Java 7



-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to