You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Rui Wang (JIRA)" <ji...@apache.org> on 2018/08/29 22:13:00 UTC

[jira] [Commented] (BEAM-5260) Investigate if nested row constructor works

    [ https://issues.apache.org/jira/browse/BEAM-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16596898#comment-16596898 ] 

Rui Wang commented on BEAM-5260:
--------------------------------

Furthermore, we expect 
{code:java}
SELECT ROW(row_col.$0, ROW(row_col.$1.$0, row_col.$1.$1) row_col.$2) FROM (SELECT ROW(1, ROW(2, 3), 4) as row_col){code}

> Investigate if nested row constructor works 
> --------------------------------------------
>
>                 Key: BEAM-5260
>                 URL: https://issues.apache.org/jira/browse/BEAM-5260
>             Project: Beam
>          Issue Type: Sub-task
>          Components: dsl-sql
>            Reporter: Rui Wang
>            Assignee: Rui Wang
>            Priority: Major
>
> Check if 
>  
> {code:java}
> SELECT ROW(row.string, ROW(row.row.int, row.row.long)){code}
> {{works.}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)