dengzhhu653 commented on code in PR #5832:
URL: https://github.com/apache/hive/pull/5832#discussion_r2120993819
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HMSHandler.java:
##########
@@ -9826,7 +9826,7 @@ public FireEventResponse
fire_listener_event(FireEventRequest rqst) throws TExce
catName = rqst.isSetCatName() ? rqst.getCatName() :
getDefaultCatalog(conf);
dbName = rqst.getDbName();
tblName = rqst.getTableName();
- List<String> partitionVals = rqst.getPartitionVals();
Review Comment:
should we also consider the old client in case `rqst.getPartitionVals()` is
not null?
--
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]