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

no JSON functions? #128

Closed matrey closed 11 months ago

matrey commented 11 months ago

(JSON functions: https://clickhouse.com/docs/en/sql-reference/functions/json-functions)

SELECT isValidJSON('not a json');

Code: 48. DB::Exception: Functions JSON* are not supported: While processing isValidJSON('not a json'). (NOT_IMPLEMENTED)

This error seems to be coming from the DummyJSONParser under src/Common/JSONParsers/

Did chdb intentionally chose to remove JSON functions? Or is it a bug?

auxten commented 11 months ago

It's a chdb bug, will be fixed in v0.15

lmangani commented 11 months ago

Implemented in v0.15.0