[ https://issues.apache.org/jira/browse/HIVE-18131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16464766#comment-16464766 ]
Hive QA commented on HIVE-18131: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12922072/HIVE-18131.03.patch {color:red}ERROR:{color} -1 due to build exiting with an error Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/10708/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/10708/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-10708/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Tests exited with: ExecutionException: java.util.concurrent.ExecutionException: java.io.IOException: Could not create /data/hiveptest/logs/PreCommit-HIVE-Build-10708/succeeded/219_UTBatch_standalone-metastore_18_tests {noformat} This message is automatically generated. ATTACHMENT ID: 12922072 - PreCommit-HIVE-Build > Truncate table for Acid tables > ------------------------------ > > Key: HIVE-18131 > URL: https://issues.apache.org/jira/browse/HIVE-18131 > Project: Hive > Issue Type: Task > Components: Transactions > Reporter: Eugene Koifman > Assignee: Eugene Koifman > Priority: Major > Attachments: HIVE-18131.01.patch, HIVE-18131.02.patch, > HIVE-18131.03.patch > > > How should this work? Should it work like Insert Overwrite T select * from T > where 1=2? > This should create a new empty base_x/ and thus operate w/o violating > Snapshot Isolation semantics. > This makes sense for specific partition or unpartitioned table. What about > "Truncate T" where T is partitioned? Is the expectation to wipe out all > partition info or to make each partition empty? -- This message was sent by Atlassian JIRA (v7.6.3#76005)