bithw1 commented on issue #7994:
URL: https://github.com/apache/hudi/issues/7994#issuecomment-1441598794

   > Did you mean the time travel query, you may need to specify the query end 
time, be sure that the version you are querying is still alive on the timeline. 
Some docs here:
   > 
   > Timeline: https://hudi.apache.org/docs/timeline Incremental Query: 
https://hudi.apache.org/docs/quick-start-guide#incremental-query
   
   thanks for the kind reply.
   
   `Did you mean the time travel query,`
   NOPE, I want to do `point in time query` on the historical commits.
   
   With my operations, there are 4 commits, say, I want to do point in time 
query on the 2nd commit, but I can't get the commit id for that commit, because 
I could only get out one commit time with `select distinct _hoodie_commit_time 
from mytabl`
   


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