wecharyu commented on code in PR #5198:
URL: https://github.com/apache/hive/pull/5198#discussion_r1582864498


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/RawStore.java:
##########
@@ -855,6 +868,20 @@ boolean getPartitionsByExpr(String catName, String dbName, 
String tblName,
       List<Partition> result, GetPartitionsArgs args)
       throws TException;
 
+  /**
+   * Prune the input partition names that match the expressions.
+   * @param catName catalog name
+   * @param dbName database name
+   * @param tblName table name
+   * @param result input list of partition names
+   * @param args additional arguments for pruning
+   * @return true if the result contains unknown partition names.
+   * @throws MetaException error executing the expression
+   */
+  boolean prunePartitionNamesByExpr(String catName, String dbName, String 
tblName,

Review Comment:
   change to `private` in `ObjectStore`.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to