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

[jira] [Created] (DRILL-2432) Passing "--showHeader=false" to sqlline does not work

Krystal created DRILL-2432:
------------------------------

             Summary: Passing "--showHeader=false" to sqlline does not work 
                 Key: DRILL-2432
                 URL: https://issues.apache.org/jira/browse/DRILL-2432
             Project: Apache Drill
          Issue Type: Bug
          Components: Client - CLI
    Affects Versions: 0.8.0
            Reporter: Krystal
            Assignee: Daniel Barclay (Drill)


git.commit.id=f658a3c513ddf7f2d1b0ad7aa1f3f65049a594fe

If passing "--showHeader=false" to sqlline connection command, the column names from the query result should not be displayed.  However, the column names are being returned with the result.

/opt/drill/bin/sqlline --showHeader=false -u "jdbc:drill:zk:local"

0: jdbc:drill:zk=local> select * from voter limit 5;
+------------+------------+------------+--------------+---------------+------------+-------------+
|  voter_id  |    name    |    age     | registration | contributions | voterzone  | create_time |
+------------+------------+------------+--------------+---------------+------------+-------------+
| 1          | [B@619754cb | 68         | [B@16400d7b  | 717.12        | 13809      | [B@473511a6 |
| 2          | [B@6d19cdcf | 48         | [B@391708fe  | 840.06        | 19451      | [B@174f78fa |
| 3          | [B@628f710a | 18         | [B@37467a13  | 128.2         | 8750       | [B@73f891be |
| 4          | [B@44288c6d | 61         | [B@421b6b10  | 721.6         | 20462      | [B@16120958 |
| 5          | [B@7a237bb9 | 39         | [B@2f8fed54  | 800.22        | 25151      | [B@12263e31 |






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