You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2015/04/14 01:55:14 UTC

[jira] [Created] (DRILL-2775) CTAS : Error message not clear when the table/folder already exists

Rahul Challapalli created DRILL-2775:
----------------------------------------

             Summary: CTAS : Error message not clear when the table/folder already exists
                 Key: DRILL-2775
                 URL: https://issues.apache.org/jira/browse/DRILL-2775
             Project: Apache Drill
          Issue Type: Bug
          Components: Metadata
            Reporter: Rahul Challapalli
            Assignee: Deneche A. Hakim


git.commit.id.abbrev=f066786

Below is an example of what happens when we try to create the same table twice :
{code}
 create table  dfs.ctas_flatten.jkdhfjhgjhk as select  * from  `data.json`';
+------------+------------+
|     ok     |  summary   |
+------------+------------+
| false      | Error: Index: 0, Size: 0 |
{code}

It used to be more meaningful until very recently. 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)