jdere commented on a change in pull request #741: HIVE-22046
URL: https://github.com/apache/hive/pull/741#discussion_r310720963
##########
File path:
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
##########
@@ -3255,14 +3255,14 @@ public Table get_table_core(
final String name,
final String writeIdList)
throws MetaException, NoSuchObjectException {
- return get_table_core(catName, dbname, name, writeIdList, false);
+ return get_table_core(catName, dbname, name, writeIdList, false, null);
Review comment:
same question as above
----------------------------------------------------------------
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]