lsyulong commented on code in PR #3665:
URL: https://github.com/apache/amoro/pull/3665#discussion_r2227080575
##########
amoro-ams/src/main/java/org/apache/amoro/server/optimizing/maintainer/IcebergTableMaintainer.java:
##########
@@ -1037,8 +1047,13 @@ private boolean canBeExpireByPartitionValue(
}
int compared = filePartitionValue.compareTo(partitionUpperBound);
- Boolean compareResult =
- expireField.type() == Types.StringType.get() ? compared <= 0 :
compared < 0;
+ Boolean compareResult;
Review Comment:
I am re-adjusting the date boundary value calculation problem. This part
still maintains the original string type calculation logic.
--
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]