kokila-19 commented on code in PR #5745: URL: https://github.com/apache/hive/pull/5745#discussion_r2026892037
########## standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java: ########## @@ -3342,8 +3342,8 @@ public List<String> listPartitionNames(final String catName, final String dbName final boolean isEmptyFilter = exprBytes.length == 1 && exprBytes[0] == -1; ExpressionTree tmp = null; Review Comment: I think we can remove the **ExpressionTree tmp = null;** as it is not used anymore as you have removed it in the if condition. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org