Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 248CC200B70 for ; Sat, 13 Aug 2016 07:39:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 18A40160AB8; Sat, 13 Aug 2016 05:39:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 84417160AB6 for ; Sat, 13 Aug 2016 07:39:24 +0200 (CEST) Received: (qmail 48756 invoked by uid 500); 13 Aug 2016 05:39:23 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 48690 invoked by uid 99); 13 Aug 2016 05:39:23 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Aug 2016 05:39:23 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AAEB72C02A7 for ; Sat, 13 Aug 2016 05:39:22 +0000 (UTC) Date: Sat, 13 Aug 2016 05:39:22 +0000 (UTC) From: "Miklos Csanady (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-14345) Beeline result table has erroneous characters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 13 Aug 2016 05:39:25 -0000 [ https://issues.apache.org/jira/browse/HIVE-14345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Miklos Csanady updated HIVE-14345: ---------------------------------- Attachment: HIVE-14345.5.patch fixing formatting issue > Beeline result table has erroneous characters > ---------------------------------------------- > > Key: HIVE-14345 > URL: https://issues.apache.org/jira/browse/HIVE-14345 > Project: Hive > Issue Type: Bug > Components: Beeline > Affects Versions: 1.1.0, 2.2.0 > Reporter: Jeremy Beard > Assignee: Miklos Csanady > Priority: Minor > Attachments: HIVE-14345.3.patch, HIVE-14345.4.patch, HIVE-14345.5.patch, HIVE-14345.patch > > > Beeline returns query results with erroneous characters. For example: > {code} > 0: jdbc:hive2://xxxx:10000/def> select 10; > +------+--+ > | _c0 | > +------+--+ > | 10 | > +------+--+ > 1 row selected (3.207 seconds) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)