chdb-io / chdb

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

Unknown output format MsgPack. (UNKNOWN_FORMAT) #190

Closed dchimeno closed 3 months ago

dchimeno commented 8 months ago

chdb==1.2.0

python 3.9.x

python -m chdb "select 1,'abc'" MsgPack

chdb.init.ChdbError: Code: 73. DB::Exception: Unknown output format MsgPack. (UNKNOWN_FORMAT)

auxten commented 6 months ago

It's like the issue with the ENABLE compile flag. @nmreadelf happens to be researching related issues. Can you help take a look?