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

 ##########
 File path: ql/src/java/org/apache/hadoop/hive/ql/ddl/DDLOperationContext.java
 ##########
 @@ -34,19 +34,19 @@
 public class DDLOperationContext {
   private final Hive db;
   private final HiveConf conf;
-  private final DriverContext driverContext;
+  private final DriverQueue driverQueue;
 
 Review comment:
   not sure about this; I think we might want to add this "queue" to the 
driverContext - as we have a lot of other stuff hanging around here...which 
could be moved into the context (conf?)
   
   I would never think about asking for informations from a "queue"...(beyond 
the elements it might contain)

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