Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何获取当前的摄取提交 ID。我知道 HoodieDataSourceHelpers.latestCommit 方法可以用来查找最新的提交。但是如果在不同的线程中有并发写入会发生什么。我需要找到每个线程的 commitID
Hudi 目前不允许并发写入。无论如何HoodieDataSourceHelpers.latestCommit都会返回最新的提交。
HoodieDataSourceHelpers.latestCommit