You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Paul Rogers (JIRA)" <ji...@apache.org> on 2017/07/06 20:12:00 UTC

[jira] [Resolved] (DRILL-2759) Wrong result on count(*) from empty csv file

     [ https://issues.apache.org/jira/browse/DRILL-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Rogers resolved DRILL-2759.
--------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: Future)
                   1.10.0

Marking as resolved since [~khfaraaz] has verified that the problem no longer occurs.

> Wrong result on count(*) from empty csv file
> --------------------------------------------
>
>                 Key: DRILL-2759
>                 URL: https://issues.apache.org/jira/browse/DRILL-2759
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Text & CSV
>    Affects Versions: 0.9.0
>            Reporter: Victoria Markman
>            Assignee: Paul Rogers
>            Priority: Critical
>             Fix For: 1.10.0
>
>
> t1.csv is an empty file:
> {code}
> 0: jdbc:drill:schema=dfs> select count(*) from `bigtable/2015/01/t1.csv`;
> Query failed: IllegalArgumentException: Incoming endpoints 1 is greater than number of row groups 0
> Error: exception while executing query: Failure while executing query. (state=,code=0)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)