You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
lgbo-ustc
changed the title
get_json_object dosn't support field name which with number beginget_json_object doesn't support field name which with number begin
Apr 7, 2023
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
The text was updated successfully, but these errors were encountered: