hongwu created HAWQ-990:
---------------------------
Summary: Union clause break with distributed by clause
Key: HAWQ-990
URL: https://issues.apache.org/jira/browse/HAWQ-990
Project: Apache HAWQ
Issue Type: Bug
Components: Parser, Planner
Reporter: hongwu
Assignee: Lei Chang
It causes core dump when using UNION clause together with DISTRIBUTED BY clause.
For example:
create table t3 as (select * from t1 union select * from t2) distributed
randomly;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)