Lukas Waldmann created HIVE-13652: ------------------------------------- Summary: Import table change order of dynamic partitions Key: HIVE-13652 URL: https://issues.apache.org/jira/browse/HIVE-13652 Project: Hive Issue Type: Bug Affects Versions: 1.2.1, 1.2.0 Reporter: Lukas Waldmann
Table with multiple dynamic partitions like year,month, day exported using "export table" command is imported (using "import table") such a way that order of partitions is changed to day, month, year. Exported table structure on hdfs keeps the original partition order ../year/month/day while imported table has hdfs structure .../day/month/year -- This message was sent by Atlassian JIRA (v6.3.4#6332)