bithw1 commented on issue #7994: URL: https://github.com/apache/hudi/issues/7994#issuecomment-1442718112
如问题描述,我用四个dataset做了四次更新,一个四个record key,A~D,最后一次,我把ABCD全部更新了一遍,完了之后通过select distinct(_hoodie_commit_time) as commitTime from hudi_trips_snapshot order by commitTime,只能查到一个commit time,就是最后一个commit time。 我要做历史commit的as of instance查询,首先我需要知道我有哪些commit time,但是我现在只能获取一个,所以我想请问下,除了使用select distinct(_hoodie_commit_time) as commitTime from hudi_trips_snapshot order by commitTime获取表的commitTime,还有其他方式吗? -- 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]
