[
https://issues.apache.org/jira/browse/BEAM-5259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17547242#comment-17547242
]
Kenneth Knowles commented on BEAM-5259:
---------------------------------------
This issue has been migrated to https://github.com/apache/beam/issues/19010
> 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
> Priority: P3
>
> 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
(v8.20.7#820007)