cloudera / impyla

Python DB API 2.0 client for Impala and Hive (HiveServer2 protocol)
Apache License 2.0
730 stars 248 forks source link

VARCHAR/CHAR columns should be converted to unicode #457

Closed attilajeges closed 3 years ago

attilajeges commented 3 years ago

Thrift returns VARCHAR and CHAR column type values as utf-8 byte-sequences. Impyla should convert these values to unicode strings when posssible in Python3. Impyla already handles STRING column type this way.

Testing: