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