This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 79fedcf12f43 fix(client): report completed timeline action in
clustering callback (#19464)
add b88f23517461 feat(common): query LAYOUT_VERSION_1 timelines in
CompletionTimeQueryView by using instant time as completion time (#19338)
No new revisions were added by this update.
Summary of changes:
.../versioning/v1/CompletionTimeQueryViewV1.java | 80 ++++++++-
.../v1/TestCompletionTimeQueryViewV1.java | 186 +++++++++++++++++++++
2 files changed, 257 insertions(+), 9 deletions(-)
create mode 100644
hudi-common/src/test/java/org/apache/hudi/common/table/timeline/versioning/v1/TestCompletionTimeQueryViewV1.java