miklosgergely commented on a change in pull request #810: HIVE-22329 Create 
DriverContext
URL: https://github.com/apache/hive/pull/810#discussion_r336729060
 
 

 ##########
 File path: 
ql/src/java/org/apache/hadoop/hive/ql/ddl/table/lock/LockTableOperation.java
 ##########
 @@ -34,7 +34,7 @@ public LockTableOperation(DDLOperationContext context, 
LockTableDesc desc) {
 
   @Override
   public int execute() throws HiveException {
-    Context ctx = context.getDriverContext().getCtx();
+    Context ctx = context.getDriverQueue().getCtx();
 
 Review comment:
   fixed.

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

Reply via email to