[ https://issues.apache.org/jira/browse/HIVE-13652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15999480#comment-15999480 ]
Hive QA commented on HIVE-13652: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12866633/HIVE-13652.01.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 10653 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_if_expr] (batchId=143) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_join30] (batchId=148) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/5078/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/5078/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-5078/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 2 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12866633 - PreCommit-HIVE-Build > Import table change order of dynamic partitions > ----------------------------------------------- > > Key: HIVE-13652 > URL: https://issues.apache.org/jira/browse/HIVE-13652 > Project: Hive > Issue Type: Bug > Components: Import/Export, repl > Affects Versions: 1.2.0, 1.2.1 > Reporter: Lukas Waldmann > Assignee: Sankar Hariappan > Labels: DR, replication > Attachments: HIVE-13652.01.patch, > ReplLoad_PartitionOrder_AfterFix_Log.png, > ReplLoad_PartitionOrder_BeforeFix_Log.png > > > 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. > Export DB: Hive 0.14 > Import DB: Hive 1.2.1000.2.4.0.0-169 > Tables created as: > create table T1 > ( ... ) PARTITIONED BY (period_year string, period_month string, period_day > string) STORED AS ORC TBLPROPERTIES ("orc.compress"="SNAPPY"); > export command: > export table t1 to 'path' > import command: > import table t1 from 'path' > HDFS file structure on both original table location and export path keeps the > original partition order ../year/month/day > HDFS file structure after import is .../day/month/year -- This message was sent by Atlassian JIRA (v6.3.15#6346)