create external table test (a int) PARTITIONED BY(ptime string) STORED AS PARQUET LOCATION \'/test/a\'; alter table test add partition (ptime=20201111) location &qu