You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Miklos Csanady (JIRA)" <ji...@apache.org> on 2016/08/11 14:09:20 UTC

[jira] [Updated] (HIVE-14345) Beeline result table has erroneous characters

     [ 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.patch

Fixes TableOuputFormat bug.

> 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
>            Reporter: Jeremy Beard
>            Assignee: Miklos Csanady
>            Priority: Minor
>         Attachments: 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)