Hyunsik Choi created TAJO-1723:
----------------------------------
Summary: INSERT INTO statement should allow nested fields as
target columns
Key: TAJO-1723
URL: https://issues.apache.org/jira/browse/TAJO-1723
Project: Tajo
Issue Type: Sub-task
Components: Planner/Optimizer
Reporter: Hyunsik Choi
Assignee: Hyunsik Choi
Fix For: 0.11.0
INSERT INTO statement support target fields. For example, you can specify
target column as follows:
{code}
INSERT INTO t1 (c1, c3) SELECT x, y FROM t2
{code}
But, the current INSERT INTO statement does not support nested fields as target
columns. We should support it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)