cloudera / impyla

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

insert into hive chinese #350

Open python502 opened 5 years ago

python502 commented 5 years ago

how to insert into hive table a chinese such insert overwrite table t_barrel_runtask partition (pt="2019-05-12") VALUES('1328', 'com.notebook.pro.android', '0', '去掉')

i only can exec insert overwrite table t_barrel_runtask partition (pt="2019-05-12") VALUES('1328', 'com.notebook.pro.android', '0', '\xe5\x8e\xbb\xe6\x8e\x89')

no chinese in python code

rafaelreuber commented 4 years ago

Hi @python502 , What is your python version?