[ https://issues.apache.org/jira/browse/HIVE-22826?focusedWorklogId=493636&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-493636
]
ASF GitHub Bot logged work on HIVE-22826:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Oct/20 18:31
Start Date: 01/Oct/20 18:31
Worklog Time Spent: 10m
Work Description: ashish-kumar-sharma commented on a change in pull request #1528:
URL: https://github.com/apache/hive/pull/1528#discussion_r498439943
##########
File path: standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestHiveMetaStore.java
##########
@@ -3428,4 +3432,44 @@ public void testUpdatePartitionStat_doesNotUpdateStats() throws Exception
{
m.invoke(hms, tbl, part, false, null);
verify(wh, never()).getFileStatusesForLocation(part.getSd().getLocation());
}
+
+ @Test(expected = InvalidOperationException.class)
Review comment:
Divided the test in negative and positive
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
Issue Time Tracking
-------------------
Worklog Id: (was: 493636)
Time Spent: 50m (was: 40m)
> ALTER TABLE RENAME COLUMN doesn't update list of bucketed column names
> -----------------------------------------------------------------------
>
> Key: HIVE-22826
> URL: https://issues.apache.org/jira/browse/HIVE-22826
> Project: Hive
> Issue Type: Bug
> Components: Query Planning
> Affects Versions: 4.0.0
> Reporter: Karen Coppage
> Assignee: Ashish Sharma
> Priority: Major
> Labels: pull-request-available
> Attachments: unitTest.patch
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Compaction for tables where a bucketed column has been renamed fails since the list of
bucketed columns in the StorageDescriptor doesn't get updated when the column is renamed,
therefore we can't recreate the table correctly during compaction.
> Attached a unit test that fails.
> NO PRECOMMIT TESTS
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
|