Skip to content

[BUG] JSQLParser 4.6 : Cassandra : No table to parse map data type select query #1757

@devanshusharma17

Description

@devanshusharma17

Always check against the Latest SNAPSHOT of JSQLParser and the Syntax Diagram

Failing SQL Feature:

  • I am trying to parse Cassandra's query with the Map data type. It is not able to parse.

SQL Example:

  • Basic select query with Map data type
    -- Replace with your ACTUAL example
    SELECT my_map['my_key'] FROM my_table WHERE id = 123;
    SELECT cast(my_map['my_key'] as int) FROM my_table WHERE id = 123;

Software Information:

  • JSqlParser version: 4.6
  • Cassandra's

Tips:

Please write in English and avoid Screenshots (as we can't copy and paste content from it).
Try your example online with the latest JSQLParser and share the link in the error report.
Do provide Links or References to the specific Grammar and Syntax you are trying to use.

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