Neer393 commented on code in PR #6314:
URL: https://github.com/apache/hive/pull/6314#discussion_r2867490188
##########
standalone-metastore/metastore-client/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java:
##########
@@ -4673,25 +4673,29 @@ default SerDeInfo getSerDe(String serDeName) throws
TException {
* Acquire the materialization rebuild lock for a given view. We need to
specify the fully
* qualified name of the materialized view and the open transaction ID so we
can identify
* uniquely the lock.
+ * @param catName catalog name for the materialized view
* @param dbName db name for the materialized view
* @param tableName table name for the materialized view
* @param txnId transaction id for the rebuild
* @return the response from the metastore, where the lock id is equal to
the txn id and
* the status can be either ACQUIRED or NOT ACQUIRED
*/
- default LockResponse lockMaterializationRebuild(String dbName, String
tableName, long txnId) throws TException {
+ default LockResponse lockMaterializationRebuild(String catName, String
dbName, String tableName,
Review Comment:
Thanks for the steps. Fixed it 👍
--
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]