Skip to content

Nest field like STRUCT with COMMENT is not handled #137

@kukigai

Description

@kukigai

I tried latest version simple-ddl-parser==0.26.4 but didn't work.

Sample schema.

CREATE EXTERNAL TABLE aaa.bbb (
test ARRAY<STRUCT<xyz: STRING COMMENT 'xxxxxx',
date: STRING COMMENT 'xxxxxxx'>> COMMENT 'xxxxxx',
)
COMMENT 'xxxxx'
PARTITIONED BY (date STRING)
STORED AS PARQUET LOCATION 's3://xxxxx'

When COMMENT is removed, it worked fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions