Aihua Xu created HIVE-14341:
-------------------------------
Summary: Altered skewed location is not respected for list
bucketing
Key: HIVE-14341
URL: https://issues.apache.org/jira/browse/HIVE-14341
Project: Hive
Issue Type: Bug
Components: Query Planning
Affects Versions: 2.0.1
Reporter: Aihua Xu
Assignee: Aihua Xu
CREATE TABLE list_bucket_single (key STRING, value STRING)
SKEWED BY (key) ON (1,5,6) STORED AS DIRECTORIES;
alter table list_bucket_single set skewed location
(''1"="/user/hive/warehouse/hdfs_skewed/new1");
While when you insert a row to key 1, the location falls back to the default
one.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)