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:
Extended the corresponding unit test for STRING to test VARCHAR
and CHAR values as well.
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: