leesf commented on a change in pull request #4013:
URL: https://github.com/apache/hudi/pull/4013#discussion_r754308992



##########
File path: 
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieClusteringJob.java
##########
@@ -241,7 +241,7 @@ private int doScheduleAndCluster(JavaSparkContext jsc) 
throws Exception {
         HoodieTimeline inflightHoodieTimeline = 
table.getActiveTimeline().filterPendingReplaceTimeline().filterInflights();
         if (!inflightHoodieTimeline.empty()) {
           HoodieInstant inflightClusteringInstant = 
inflightHoodieTimeline.lastInstant().get();
-          Date clusteringStartTime = 
HoodieActiveTimeline.COMMIT_FORMATTER.parse(inflightClusteringInstant.getTimestamp());
+          Date clusteringStartTime = 
HoodieActiveTimeline.parseInstantTime(inflightClusteringInstant.getTimestamp());

Review comment:
       please revert this change and rebase against master branch




-- 
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]


Reply via email to