deniskuzZ commented on a change in pull request #1724: URL: https://github.com/apache/hive/pull/1724#discussion_r553321821
########## File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java ########## @@ -3461,7 +3474,7 @@ private Table getTableInternal(String catName, String dbname, String name, LOG.warn("Unexpected resultset size:" + ret.size()); throw new MetaException("Unexpected result from metadata transformer:return list size is " + ret.size()); } - t = (Table)(ret.keySet().iterator().next()); + t = (ret.keySet().iterator().next()); Review comment: unnecessary brackets ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org