Eugene Koifman created HIVE-9488:
------------------------------------
Summary: 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
Assignee: 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.3.4#6332)