klion26 commented on code in PR #3543:
URL: https://github.com/apache/amoro/pull/3543#discussion_r2067911402
##########
amoro-ams/src/main/java/org/apache/amoro/server/optimizing/maintainer/IcebergTableMaintainer.java:
##########
@@ -321,13 +322,19 @@ protected void cleanContentFiles(
// so acquire in advance
// to prevent repeated acquisition
Set<String> validFiles = orphanFileCleanNeedToExcludeFiles();
- LOG.info("Starting cleaning orphan content files for table {}",
table.name());
+ LOG.info(
+ "Starting cleaning orphan content files for table {} before {}",
+ table.name(),
+ new Timestamp(lastTime));
Review Comment:
replaced by `java.time.Instant`
--
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]