Skip to content

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

@lgbo-ustc

Description

@lgbo-ustc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions