[
https://issues.apache.org/jira/browse/TAJO-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14647557#comment-14647557
]
ASF GitHub Bot commented on TAJO-1723:
--------------------------------------
Github user hyunsik commented on the pull request:
https://github.com/apache/tajo/pull/668#issuecomment-126306890
TestSelectNestedRecord contains some insertion tests. Its purpose is not
matched to the class name. I wanted to merge all unit tests related to nested
fields into one test. Later, I'll move them into more proper one.
> 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)