You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2017/07/25 20:53:00 UTC

[jira] [Assigned] (HIVE-9488) support select * from (values(1,2)) as T(a,b)

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

Eugene Koifman reassigned HIVE-9488:
------------------------------------

    Assignee:     (was: Eugene Koifman)

> support select * from (values(1,2)) as T(a,b)
> ---------------------------------------------
>
>                 Key: HIVE-9488
>                 URL: https://issues.apache.org/jira/browse/HIVE-9488
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.14.0
>            Reporter: Eugene Koifman
>
> The parser can currently recognize {noformat} select * from (values(1,2)) as T(a,b); {noformat}but then {noformat}FAILED: SemanticException [Error 10296]: Values clause with table constructor not yet supported{noformat} is produced.  It's convenient for writing tests to make this actually work.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)