deniskuzZ commented on a change in pull request #2772:
URL: https://github.com/apache/hive/pull/2772#discussion_r760213666



##########
File path: 
ql/src/java/org/apache/hadoop/hive/ql/ddl/table/drop/DropTableOperation.java
##########
@@ -109,7 +109,7 @@ public int execute() throws HiveException {
     }
 
     // TODO: API w/catalog name
-    context.getDb().dropTable(desc.getTableName(), desc.isPurge());
+    context.getDb().dropTable(table, desc.isPurge());

Review comment:
       I need to pass extra info like txnId through the tbl object




-- 
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]

Reply via email to