dengzhhu653 commented on code in PR #6188:
URL: https://github.com/apache/hive/pull/6188#discussion_r2546590027


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java:
##########
@@ -3608,7 +3609,7 @@ protected Integer getJdoResult(GetHelper<Integer> ctx)
    *          you want results for.  E.g., if resultsCol is partitionName, the 
Collection
    *          has types of String, and if resultsCol is null, the types are 
MPartition.
    */
-  private Collection<String> getPartitionPsQueryResults(String catName, String 
dbName,
+  private <T> Collection<T> getPartitionPsQueryResults(String catName, String 
dbName,

Review Comment:
   in listPartitionNamesPs, it returns the `List<String>`, a list of partition 
names



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