khmgobe commented on issue #4293:
URL: https://github.com/apache/gravitino/issues/4293#issuecomment-2257325585
@yuqi1129
> @yuqi1129 I hope you have a good day today. Please review it.
>
>Please look at the promotion and I'm confused about the actual change.
Existing changes have been made
File = new file (filePath);
if (file.exists()) {
file.delete ();
}
Here
boolean isDelete = file.delete ();
Deleted (!) {
LOG.error ("Failure to delete file: {}", filePath");
}
It was about adding this code.
However, for code-based consistency, I used Gradle-SpotLess to sort the code
according to the rules, so there may be other changes as you checked. Did you
understand?
--
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]