Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lgbo-ustc opened this issue Apr 7, 2023 · 0 comments · May be fixed by #420
Open

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

lgbo-ustc opened this issue Apr 7, 2023 · 0 comments · May be fixed by #420

Comments

@lgbo-ustc
Copy link

lgbo-ustc commented Apr 7, 2023

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

@lgbo-ustc lgbo-ustc changed the title get_json_object dosn't support field name which with number begin get_json_object doesn't support field name which with number begin Apr 7, 2023
@lgbo-ustc lgbo-ustc linked a pull request Apr 11, 2023 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant