Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9D4921773A for ; Wed, 18 Mar 2015 22:17:38 +0000 (UTC) Received: (qmail 23037 invoked by uid 500); 18 Mar 2015 22:17:38 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 23005 invoked by uid 500); 18 Mar 2015 22:17:38 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 22993 invoked by uid 99); 18 Mar 2015 22:17:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Mar 2015 22:17:38 +0000 Date: Wed, 18 Mar 2015 22:17:38 +0000 (UTC) From: "Parth Chandra (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-2432) Passing "--showHeader=false" to sqlline does not work MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra updated DRILL-2432: --------------------------------- Assignee: Daniel Barclay (Drill) (was: Jason Altekruse) > 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) > Priority: Minor > Fix For: Future > > > 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)