n3nash commented on issue #2987:
URL: https://github.com/apache/hudi/issues/2987#issuecomment-851717671


   @nmahmood630 Currently, there is no way to get the list of commits that a 
particular record underwent multiple times due to an update operation. Like 
what @nsivabalan mentioned, spark read on hudi will only returned the latest 
commit. If you're looking to get the commit history, there is no way to do that 
in spark. There are Timeline API's in java and using the `HoodieActiveTimeline` 
class you can figure out all the commits that have happened on a dataset since 
the last commit. 


-- 
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:
us...@infra.apache.org


Reply via email to