You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/05/11 23:54:20 UTC

[GitHub] [hudi] nsivabalan commented on issue #5511: [SUPPORT] Inremental query from the beginning of time

nsivabalan commented on issue #5511:
URL: https://github.com/apache/hudi/issues/5511#issuecomment-1124392095

   this is expected behavior in my understanding. 
   incremental by virtue, is supposed to return only incremental data. i.e. data pertaining to each commits.
   So, when timeline has C2, C3, C4, incremental query with begin time C0, will return records from the hudi table which got ingested with commit time C2, C3 and C4 only and not entire table(i.e. snapshot query). 
   
   We introduced a fallback mechanism in 0.11 just incase the commit of interest is cleaned up or archived, we could provide an option for end user to do snapshot query. 
   
   Let me know if you have any more questions.


-- 
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-unsubscribe@hudi.apache.org

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