justinmclean opened a new issue, #10216:
URL: https://github.com/apache/gravitino/issues/10216

   ### What would you like to be improved?
   
   PartitionOperations.dropPartition logs a success INFO message ("Partition {} 
{} in table ..."), even when the dispatcher returns false (meaning no partition 
was dropped/purged).
   The method already detects this case and logs a warning, but then 
immediately emits a success log unconditionally.
   
   ### How should we improve?
   
   Only emit the INFO success log when dropped is true.


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

Reply via email to