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

   > What about this: 
https://hudi.apache.org/docs/quick-start-guide#point-in-time-query
   
   The key point in my question is that I can only get the `lastest` commit 
time `spark.sql("select distinct(_hoodie_commit_time) as commitTime from  
hudi_trips_snapshot order by commitTime") 
   `
   I need first to get the `historic` commit time, then i could use the commit 
time to do point in time 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