Kyligence / ClickHouse

ClickHouse® is a free analytics DBMS for big data
https://clickhouse.com
Apache License 2.0
14 stars 17 forks source link

`get_json_object` doesn't support field name which with number begin #409

Open lgbo-ustc opened 1 year ago

lgbo-ustc commented 1 year ago

(you don't have to strictly follow this form)

Use case

The following query could run in spark, but fail in gluten.

select get_json_object(eventinfo,"$.2958_channel_rec_flag_a") from t;

Because the json path parser in ClickHouse don't support field name begin with number.

A clear and concise description of what is the intended usage scenario is.

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.