lcspinter commented on code in PR #3226:
URL: https://github.com/apache/hive/pull/3226#discussion_r864835997


##########
ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java:
##########
@@ -13688,6 +13688,22 @@ ASTNode analyzeCreateTable(
       // outputs is empty, which means this create table happens in the current
       // database.
       rootTasks.add(TaskFactory.get(new DDLWork(getInputs(), getOutputs(), 
crtTblDesc)));
+      String tblLocation = null;

Review Comment:
   I'm not sure I follow you. Could you please elaborate a bit? 



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