voonhous commented on code in PR #17823:
URL: https://github.com/apache/hudi/pull/17823#discussion_r2692926596
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/TableSizeStats.java:
##########
@@ -386,12 +385,12 @@ private static LocalDate[]
getUserSpecifiedDateInterval(Config cfg) {
if (cfg.endDate != null) {
try {
endDate = LocalDate.parse(cfg.endDate, DATE_FORMATTER);
- LOG.info("Setting ending date to {}. ", endDate);
+ log.info("Setting ending date to {}. ", endDate);
Review Comment:
Done
--
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]