danny0405 commented on code in PR #9617:
URL: https://github.com/apache/hudi/pull/9617#discussion_r1328201924


##########
hudi-cli/src/test/java/org/apache/hudi/cli/integ/ITTestClusteringCommand.java:
##########
@@ -95,7 +95,7 @@ public void testScheduleClustering() throws IOException {
             result.toString().startsWith("Succeeded to schedule clustering 
for")));
 
     // there is 1 requested clustering
-    HoodieActiveTimeline timeline = 
HoodieCLI.getTableMetaClient().getActiveTimeline();
+    HoodieActiveTimeline timeline = 
HoodieCLI.getTableMetaClient().getActiveTimeline().reload();

Review Comment:
   Why this change?



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