This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
from f02cabf feat: add `TimelineSelector` to support timeline loading
(#233)
add 11c2430 refactor: improve `TimelineSelector` API (#234)
No new revisions were added by this update.
Summary of changes:
Cargo.toml | 1 +
crates/core/Cargo.toml | 1 +
crates/core/src/config/table.rs | 12 +-
crates/core/src/table/builder.rs | 3 +-
crates/core/src/table/mod.rs | 15 +-
crates/core/src/timeline/instant.rs | 24 +-
crates/core/src/timeline/mod.rs | 60 ++---
crates/core/src/timeline/selector.rs | 243 +++++++++++++--------
.../table_props_valid/.hoodie/hoodie.properties | 1 +
9 files changed, 220 insertions(+), 140 deletions(-)