[ 
https://issues.apache.org/jira/browse/BEAM-5259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rui Wang updated BEAM-5259:
---------------------------
    Description: 
add tests to something like

 

 
{code:java}
SELECT i.row.string from (
select row from table where id = 1
) as i;
{code}
, if it does not work, have a solution to fix it.

 

  was:
Test something like

 

SELECT i.row.string from (

select row from table where id = 1

) as i;


> Test nested select query with nested Row
> ----------------------------------------
>
>                 Key: BEAM-5259
>                 URL: https://issues.apache.org/jira/browse/BEAM-5259
>             Project: Beam
>          Issue Type: Sub-task
>          Components: dsl-sql
>            Reporter: Rui Wang
>            Assignee: Rui Wang
>            Priority: Major
>
> add tests to something like
>  
>  
> {code:java}
> SELECT i.row.string from (
> select row from table where id = 1
> ) as i;
> {code}
> , if it does not work, have a solution to fix it.
>  



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

Reply via email to