[ 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)