cloudera / impyla

Python DB API 2.0 client for Impala and Hive (HiveServer2 protocol)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

base64.encodestring was deprecated and removed in favor of encodebytes in Python 3.9

tirkarthi opened this issue · comments

auth = base64.encodestring(user_password).decode().strip('\n')