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 2020/11/05 05:13:16 UTC

[GitHub] [hudi] satishkotha commented on issue #2224: Incremental query on COW table is missing data

satishkotha commented on issue #2224:
URL: https://github.com/apache/hudi/issues/2224#issuecomment-722145982


   @sbernauer From the results pasted above, i see incremental query is only returning latest partitions. How many commits do you retain on the table (hoodie.keep.max.commits and hoodie.keep.min.commits)? Incremental queries work based on commit metadata. So if commits are archived, I think incremental queries will not return the data written for those instants. 
   
   Can you paste the 'ls' output on tablePath/.hoodie folder to confirm this? Also, please share any application logs to help debug.


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

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