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: [email protected]
For additional commands, e-mail: [email protected]