[
https://issues.apache.org/jira/browse/HIVE-22137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16939035#comment-16939035
]
Hive QA commented on HIVE-22137:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12981452/HIVE-22137.02.patch
{color:green}SUCCESS:{color} +1 due to 2 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 17147 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[materialized_view_rewrite_ssb]
(batchId=171)
org.apache.hive.jdbc.TestNoSaslAuth.testConnection (batchId=286)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/18755/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/18755/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-18755/
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
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 2 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12981452 - PreCommit-HIVE-Build
> Implement alter/rename partition related methods on temporary tables
> --------------------------------------------------------------------
>
> Key: HIVE-22137
> URL: https://issues.apache.org/jira/browse/HIVE-22137
> Project: Hive
> Issue Type: Sub-task
> Components: Hive
> Reporter: Laszlo Pinter
> Assignee: Laszlo Pinter
> Priority: Major
> Attachments: HIVE-22137.01.patch, HIVE-22137.02.patch
>
>
> IMetaStoreClient exposes the following methods related to altering of
> partitions:
> {code:java}
> void alter_partition(String dbName, String tblName, Partition newPart);
> void alter_partition(String catName, String dbName, String tblName, Partition
> newPart);
> void alter_partition(String dbName, String tblName, Partition newPart,
> EnvironmentContext environmentContext);
> void alter_partition(String catName, String dbName, String tblName, Partition
> newPart, EnvironmentContext environmentContext, String writeIdList);
> void alter_partition(String catName, String dbName, String tblName, Partition
> newPart, EnvironmentContext environmentContext);
> void alter_partitions(String dbName, String tblName, List<Partition>
> newParts);
> void alter_partitions(String dbName, String tblName, List<Partition>
> newParts, EnvironmentContext environmentContext);
> void alter_partitions(String dbName, String tblName, List<Partition>
> newParts, EnvironmentContext environmentContext,String writeIdList, long
> writeId);
> void alter_partitions(String catName, String dbName, String tblName,
> List<Partition> newParts);
> void alter_partitions(String catName, String dbName, String tblName,
> List<Partition> newParts, EnvironmentContext environmentContext, String
> writeIdList, long writeId);
> void renamePartition(final String dbname, final String tableName, final
> List<String> part_vals, final Partition newPart);
> void renamePartition(String catName, String dbname, String tableName,
> List<String> part_vals, Partition newPart, String validWriteIds){code}
> These should be implemented, in order to completely support partition on
> temporary tables.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)