vinothchandar commented on issue #3323:
URL: https://github.com/apache/hudi/issues/3323#issuecomment-884521964


   @nsivabalan could you please take a look at this?  
   
   Felix reported this on slack. 
   
   I am really confused on incremental query on MOR table: From all the 
documentation I have seen we get the records that is changed from given begin 
time via an incremental query. But I am getting following behavior any insights?
   schema: {id: int, value = int}
   Inserted 10 records at time T1
    2. Updated record with id =1  to value=2 at Time T2
    3. Made another update to same record id=1 to value=3 at Time T3
    4. Updates same record again with value=4 at time T4
    5. Now at time T5, I am making an incremental query, with 
hoodie.datasource.read.begin.instanttime=T1
   then I get record id=1 with value=2, is that expected?
   How do I get the latest value value=4 via an incremental query?


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