bithw1 opened a new issue, #7994: URL: https://github.com/apache/hudi/issues/7994
Hi, I have a COW table and do 4 upsert spark job with following datas set(I only list the record key here for illustration purpose, A~D), there will be 4 commits. Commit 1: A B C D Commit 2: A C Commit 3: B D Commit 4 A B C D As you can see, I updated A~D (that is all the data) in the last commit, then when I do the following query: `select distinct _hoodie_commit_time from mytable`, there is only one commit time(which is the last one:Commit 4). I would ask how to get back the previous commit time, so that I could do point in time for the historical commits. -- 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]
