[
https://issues.apache.org/jira/browse/HIVE-22342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16958488#comment-16958488
]
Vineet Garg commented on HIVE-22342:
------------------------------------
Also I am not sure why is this code path skipped for tests?
{code:java}
if (transformer != null && !isInTest) {
tbl = transformer.transformCreateTable(tbl, processorCapabilities,
processorId);
}
{code}
> HMS Translation: HIVE-22189 too strict with location for EXTERNAL tables
> ------------------------------------------------------------------------
>
> Key: HIVE-22342
> URL: https://issues.apache.org/jira/browse/HIVE-22342
> Project: Hive
> Issue Type: Sub-task
> Components: Hive
> Affects Versions: 4.0.0
> Reporter: Naveen Gangam
> Assignee: Naveen Gangam
> Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-22342.2.patch, HIVE-22342.3.patch, HIVE-22342.patch
>
>
> HIVE-22189 restricts EXTERNAL tables being created to be restricted to the
> EXTERNAL_WAREHOUSE_DIR. This might be too strict as any other location should
> be allowed as long as the location is outside the MANAGED warehouse directory.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)