You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/09/08 10:13:00 UTC

[jira] [Commented] (IMPALA-10012) ds_hll_sketch() results ascii codec decoding error

    [ https://issues.apache.org/jira/browse/IMPALA-10012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17192107#comment-17192107 ] 

ASF subversion and git services commented on IMPALA-10012:
----------------------------------------------------------

Commit b7965d8240f3a5cd6972351b7fe1116e4a0835c1 in impala's branch refs/heads/master from Csaba Ringhofer
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=b7965d8 ]

Revert "IMPALA-10012: ds_hll_sketch() results ascii codec decoding error fix"

This reverts commit 75146c9138051758176d3d4482f45a9d1056127b.

Change-Id: I57f790389a8c847877999d2b9b8185939b416c07
Reviewed-on: http://gerrit.cloudera.org:8080/16417
Reviewed-by: Csaba Ringhofer <cs...@cloudera.com>
Tested-by: Csaba Ringhofer <cs...@cloudera.com>


> ds_hll_sketch() results ascii codec decoding error
> --------------------------------------------------
>
>                 Key: IMPALA-10012
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10012
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>            Reporter: Gabor Kaszab
>            Assignee: Adam Tamas
>            Priority: Major
>
> {code:java}
> select ds_hll_sketch(l_orderkey) from tpch_parquet.lineitem;
> Unknown Exception : 'ascii' codec can't decode byte 0x86 in position 20: ordinal not in range(128)
> Traceback (most recent call last):
>   File "/home/gaborkaszab/shadow/Impala-upstream/shell/impala_shell.py", line 1183, in _execute_stmt
>     for rows in rows_fetched:
>   File "/home/gaborkaszab/shadow/Impala-upstream/shell/impala_client.py", line 1098, in fetch
>     yield [row.split('\t') for row in result.data]
> UnicodeDecodeError: 'ascii' codec can't decode byte 0x86 in position 20: ordinal not in range(128)
> [Not connected] >
> {code}
> Even though there is no point of calling ds_hll_sketch() on its own, we should still make this foolproof and prevent Impala from crashing.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org