This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/zip-extract-0.2.1
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
discard 0071d6c build(deps): update zip-extract requirement from 0.1.3 to
0.2.1
add 8209599 docs: update in-code comments (#132)
add 01ef2fc feat: support loading hudi global configs (#118)
add 869607d refactor: extract common test code for creating table (#117)
add 1fe9816 chore(ci): fix PR title linting to support change scope (#138)
add cc3d982 build(deps): update zip-extract requirement from 0.1.3 to
0.2.1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0071d6c)
\
N -- N -- N refs/heads/dependabot/cargo/zip-extract-0.2.1
(cc3d982)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/pr.yml | 2 +-
crates/core/src/config/mod.rs | 2 +
crates/core/src/storage/mod.rs | 7 +
crates/core/src/storage/utils.rs | 30 +++-
crates/core/src/table/mod.rs | 180 +++++++++++++--------
.../tests/data/hudi_conf_dir/hudi-defaults.conf | 22 +++
.../.hoodie/hoodie.properties | 2 -
python/Makefile | 4 +-
8 files changed, 179 insertions(+), 70 deletions(-)
create mode 100644 crates/core/tests/data/hudi_conf_dir/hudi-defaults.conf
copy crates/core/tests/data/{table_props_valid =>
table_props_partial}/.hoodie/hoodie.properties (96%)