difin commented on code in PR #5123:
URL: https://github.com/apache/hive/pull/5123#discussion_r1569351921
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java:
##########
@@ -1187,6 +1187,11 @@ private List<Partition> getPartitionsByQuery(String
catName, String dbName, Stri
MetastoreDirectSqlUtils.timingTrace(doTrace, queryText, start,
queryTime);
}
String partIds = getIdListForIn(partitions.keySet());
+
+ if (partIds.isEmpty()) {
Review Comment:
Yes, because the issue with Metastore Direct SQL was encountered after I had
added Iceberg partition list functionality in PartitionUtils and also I think
PartitionUtils is not used by this metastore code because it is found in
hive-ql and it's not a dependency for the metastore modules.
--
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]