chdb-io / chdb

chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse
https://clickhouse.com/chdb
Apache License 2.0
2.13k stars 75 forks source link

when using parquet format, data with chinese characters causes error #268

Closed yidigo closed 2 months ago

yidigo commented 2 months ago

when the data contains chinese characters and i want the result returned in parquet format, it causes something wrong. can someone help me how to solve it ? thanks a lot image

auxten commented 2 months ago

Python interpreter is saying it can not decode the bytes which is 'Parquet'. If you really want to print it out, you could use: re.bytes()