pvary commented on code in PR #3226:
URL: https://github.com/apache/hive/pull/3226#discussion_r864838785
##########
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:
There is a `Translator` layer in HMS which can change some properties fo the
table (not sure which ones), but I remember that this `Translator` was
responsible to changing location for the external tables. Does this change able
to handle this `Translator`?
--
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]