the-other-tim-brown commented on code in PR #13653:
URL: https://github.com/apache/hudi/pull/13653#discussion_r2248543411
##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/versioning/common/InstantComparators.java:
##########
@@ -79,6 +79,15 @@ public CompletionTimeBasedComparator(Map<String, String>
comparableActions) {
@Override
public int compare(HoodieInstant instant1, HoodieInstant instant2) {
+ if (instant1.getCompletionTime() == null && instant2.getCompletionTime()
!= null) {
Review Comment:
Just added one
--
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]