Skip to content

Nest field like STRUCT with COMMENT is not handled #137

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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