Hyoungjun Kim created TAJO-857:
----------------------------------
Summary: Supports omitted FROM clauses in the UNION query
Key: TAJO-857
URL: https://issues.apache.org/jira/browse/TAJO-857
Project: Tajo
Issue Type: Improvement
Reporter: Hyoungjun Kim
Priority: Minor
Currently Tajo doesn't support the following query.
{code:sql}
select id, name from table1
union all
select 1, 'test'
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
