impyla: TypeError: ожидается строка байтов - PullRequest
0 голосов
/ 27 февраля 2019

ENV: python3.5.1бережливость 0.11.0бережливое отношение 0.3.0бережливый 0.3.9импила 0.14.2.2

мой код:

from impala.dbapi import connect
from impala.util import as_pandas
icon=connect(host='bd-slave07-pe2.f.com',port=21050,user='username',auth_mechanism='GSSAPI', password='psd')
cs = icon.cursor();
cs.execute('select * from store_dw_des.dw_loc_sku_day_actual_e_business limit 100')
df = as_pandas(cs)

сообщение об ошибке:

/opt/python3.5/lib/python3.5/site-packages/impala/hiveserver2.py in **init**(self, trowset, schema, convert_types)
is_null = bitarray(endian='little')
is_null.frombytes(nulls)
# Ref HUE-2722, HiveServer2 sometimes does not add trailing '\x00'
TypeError: byte string expected
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...