Open lgbo-ustc opened 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.
ClickHouse
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.
Use case
The following query could run in spark, but fail in gluten.
Because the json path parser in
ClickHouse
don't support field name begin with number.Describe the solution you'd like
Describe alternatives you've considered
Additional context