dongkelun commented on pull request #4515:
URL: https://github.com/apache/hudi/pull/4515#issuecomment-1006384615


   > @dongkelun the warn log comes from clustering planning. can you help 
clarify how would this change avoid the repeated warn logs?
   
   Hello, the reason for the warning is that the content of 
replaceCommitRequestedInstantinstant is empty,There are many places to call 
this method, such as `HoodieSparkTable.create`:
   
   ```scala
       if (refreshTimeline) {
         hoodieSparkTable.getHoodieView().sync();
       }
   ```
   There are also many places to call  `HoodieSparkTable.create`,Therefore, it 
is not easy to reduce the warning log. It is better to avoid this warning 
directly from the source.`INSERT_OVERWRITE`'s commitActionType is 
`REPLACE_COMMIT_ACTION`,It creates an empty 
`replaceCommitRequestedInstantinstant `  in the `startCommitWithTime` method,We 
can avoid this warning from the source by changing it to non empty
   


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to