Skip to content

Commit 1995d07

Browse files
committed
fix compile error
1 parent b48237b commit 1995d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standalone-metastore/metastore-client/src/main/java/org/apache/hadoop/hive/metastore/client/BaseMetaStoreClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ public List<Partition> dropPartitions(String catName, String dbName, String tblN
584584
exprs.add(dpe);
585585
}
586586
rps.setExprs(exprs);
587-
return dropPartitions(catName, dbName, tblName, rps, options, context);
587+
return dropPartitions(new TableName(catName, dbName, tblName), rps, options, context);
588588
}
589589

590590
@Override

0 commit comments

Comments
 (0)