You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/02/03 21:25:36 UTC

[jira] [Updated] (DRILL-2134) sqlline does not show all of the columns if there is a schema change

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

Jacques Nadeau updated DRILL-2134:
----------------------------------
    Component/s: Client - CLI

> sqlline does not show all of the columns if there is a schema change
> --------------------------------------------------------------------
>
>                 Key: DRILL-2134
>                 URL: https://issues.apache.org/jira/browse/DRILL-2134
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - CLI
>            Reporter: Hanifi Gunes
>            Assignee: Hanifi Gunes
>            Priority: Critical
>
> Sqlline lists a partial set of columns in case there is a schema change. This issue might hint a broader problem of schema handling at JDBC & ODBC ends in general.
> Place the following input files under directory called *target*:
> {code:title=1.json}
> {"a":1}
> {code}
> {code:title=2.json}
> {"b":false}
> {code}
> Then run a simple query like {{select * from dfs.`/path/to/target/`}}. Depending upon scan ordering sqlline reports only column *a* or *b*. 



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