Khurram Faraaz created DRILL-3564: ------------------------------------- Summary: Error message fix required Key: DRILL-3564 URL: https://issues.apache.org/jira/browse/DRILL-3564 Project: Apache Drill Issue Type: Bug Components: Execution - Flow Reporter: Khurram Faraaz Assignee: Chris Westin Priority: Minor
We report Union-All in the error message, we should say "Union" as the query involves a UNION and not Union-All. {code} 0: jdbc:drill:schema=dfs.tmp> select * from union_01 UNION select * from union_02; Error: UNSUPPORTED_OPERATION ERROR: Union-All over schema-less tables must specify the columns explicitly See Apache Drill JIRA: DRILL-2414 [Error Id: 760e48d8-ffac-4d5f-ac14-25aabcfd8033 on centos-04.qa.lab:31010] (state=,code=0) {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)