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 17:52:00 UTC

[jira] [Created] (BEAM-5259) Test nested select query with nested Row

Rui Wang created BEAM-5259:
------------------------------

             Summary: 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


Test something like

 

SELECT i.row.string from (

select row from table where id = 1

) as i;



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