Dongjoon Hyun created TAJO-1416:
-----------------------------------
Summary: Supporting INSERT (OVERWRITE) INTO for external
partitioned tables
Key: TAJO-1416
URL: https://issues.apache.org/jira/browse/TAJO-1416
Project: Tajo
Issue Type: Bug
Reporter: Dongjoon Hyun
As of Tajo 0.10.0, Tajo supports Hive External Tables in a READ-ONLY manner.
Tajo needs to support the following queries.
{code:sql}
INSERT [OVERWRITE] INTO externTable SELECT ~~
{code}
When executing above queries, non-empty subfolders according to the partition
metadata should be created based on the data.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)