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 "Csaba Ringhofer (Jira)" <ji...@apache.org> on 2023/05/16 12:33:00 UTC

[jira] [Created] (IMPALA-12145) impala-shell can't print non-ascii profile in Python2

Csaba Ringhofer created IMPALA-12145:
----------------------------------------

             Summary: impala-shell can't print non-ascii  profile in Python2
                 Key: IMPALA-12145
                 URL: https://issues.apache.org/jira/browse/IMPALA-12145
             Project: IMPALA
          Issue Type: Bug
          Components: Clients
            Reporter: Csaba Ringhofer


impala-python shell/impala_shell.py -p -q "select 'é';"
the result is returned, but instead of profile the following error is returned:
UnicodeDecodeError : 'ascii' codec can't decode byte 0xc3 in position 673: ordinal not in range(128) 
Please check for columns containing binary data to find the possible source of the error.

calling "profile;" in the shell interactively also leads to this error

The same command works with Python3



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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