Skip to content

Problem parsing partitioning columns when we have two #1

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 '';

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions