the-other-tim-brown commented on PR #12164:
URL: https://github.com/apache/hudi/pull/12164#issuecomment-2649691749

   > Can we introduce version pointer file under the timeline, each time the 
timeline got reloaded, it remembers the current version number, and whenever 
the next realod invokes happens, check the version agains the latest the 
version of the timeline and decodes if to trigger.
   > 
   > By this way, the timeline can be reload whenever we want, and we get rid 
if these if-else check.
   
   Where would the latest version be stored? Is it just in memory? If it is on 
storage somewhere, that is defeating the intention of this PR which is to avoid 
IO on cloud storage.


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