[
https://issues.apache.org/jira/browse/TAJO-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14653326#comment-14653326
]
ASF GitHub Bot commented on TAJO-1723:
--------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/tajo/pull/668
> 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)