Skip to content

Commit 41fdf66

Browse files
committed
ut
1 parent 720ba61 commit 41fdf66

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestHiveMetaStore.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3611,8 +3611,7 @@ public void testValidateTableCols() throws Throwable {
36113611

36123612
List<String> expectedCols = Lists.newArrayList();
36133613
expectedCols.add("name");
3614-
ObjectStore objStore = new ObjectStore();
3615-
ColStatsStoreImpl impl = (ColStatsStoreImpl) objStore.unwrap(ColStatsStore.class);
3614+
ColStatsStoreImpl impl = new ColStatsStoreImpl();
36163615
try {
36173616
impl.validateTableCols(tbl, expectedCols);
36183617
} catch (MetaException ex) {

0 commit comments

Comments
 (0)