You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Deneche A. Hakim (JIRA)" <ji...@apache.org> on 2015/03/20 17:48:40 UTC

[jira] [Commented] (DRILL-2408) Invalid (0 length) parquet file created by CTAS

    [ https://issues.apache.org/jira/browse/DRILL-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14371599#comment-14371599 ] 

Deneche A. Hakim commented on DRILL-2408:
-----------------------------------------

all unit tests are passing along with functional, customer and tpch100

> Invalid (0 length) parquet file created by CTAS
> -----------------------------------------------
>
>                 Key: DRILL-2408
>                 URL: https://issues.apache.org/jira/browse/DRILL-2408
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Writer
>    Affects Versions: 0.8.0
>            Reporter: Aman Sinha
>            Assignee: Deneche A. Hakim
>            Priority: Critical
>             Fix For: 0.9.0
>
>         Attachments: DRILL-2408.1.patch.txt, DRILL-2408.2.patch.txt
>
>
> We should not be creating 0 length parquet files; subsequent queries on these will fail with the error shown below. 
> {code}
> 0: jdbc:drill:zk=local> create table tt5 as select * from cp.`tpch/region.parquet` where 1=0;
> +------------+---------------------------+
> |  Fragment  | Number of records written |
> +------------+---------------------------+
> | 0_0        | 0                         |
> +------------+---------------------------+
> 1 row selected (0.8 seconds)
> 0: jdbc:drill:zk=local> select count(*) from tt5;
> Query failed: RuntimeException: file:/tmp/tt5/0_0_0.parquet is not a Parquet file (too small)
> Error: exception while executing query: Failure while executing query. 
> {code}



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