gavinchou commented on code in PR #67640:
URL: https://github.com/apache/doris/pull/67640#discussion_r4043737316


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java:
##########
@@ -2768,21 +2775,12 @@ public void 
replayTableStreamCleanup(TableStreamCleanupInfo info) {
     }
 
     // Only called by checkpoint thread
-    // return the latest image file's absolute path
-    public String saveImage() throws IOException {
+    // Return the unpublished image's absolute path. Checkpoint publishes it 
after validation.
+    public String saveCheckpointImage() throws IOException {

Review Comment:
   do not touch infrastructure functions for testing API



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to