(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.