Skip to content

Problem parsing partitioning columns when we have two #1

@ssola

Description

@ssola

With schemas with more than one partitioning columns it gets everything on the first field. With something like this:

CREATE EXTERNAL TABLE database.table (
  field_1 BIGINT COMMENT "Comment",
  field_2 BIGINT COMMENT "Comment"
)
PARTITIONED BY (field string COMMENT "Commeng", country string COMMENT "Comment")
STORED AS PARQUET
LOCATION '';

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