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


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONReloadMessage.java:
##########
@@ -133,6 +138,11 @@ public Partition apply(@Nullable Object input) {
             });
     }
 
+    @Override
+    public Partition getPtnObj() throws Exception {

Review Comment:
   I have a little confusion here, if the getPtnObj() is null, then we would 
reload the whole table, would this ignore the partitions(the `ptns`) in this 
reload event?



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