This is an automated email from the ASF dual-hosted git repository.
jshao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from 77136b692 [#5601] feat(core): Add model entity and model dispatcher in
Gravitino (#5662)
add bb3d868cb [#5626] feat (gvfs-fuse): Set up a submodule project for the
Gvfs-fuse (#5627)
No new revisions were added by this update.
Summary of changes:
build.gradle.kts | 3 +-
.../.cargo/config.toml} | 4 +-
clients/filesystem-fuse/.gitignore | 1 +
.../auditable.py => filesystem-fuse/Cargo.toml} | 28 ++++---
clients/filesystem-fuse/build.gradle.kts | 87 ++++++++++++++++++++++
.../filesystem-fuse/check_rust_env.sh | 37 +++++----
.../filesystem-fuse/src/main.rs | 19 +++--
.../filesystem-fuse/tests/it.rs | 5 +-
gradle.properties | 3 +
settings.gradle.kts | 5 ++
10 files changed, 151 insertions(+), 41 deletions(-)
copy clients/{client-python/gravitino/constants/timeout.py =>
filesystem-fuse/.cargo/config.toml} (96%)
create mode 100644 clients/filesystem-fuse/.gitignore
copy clients/{client-python/gravitino/api/auditable.py =>
filesystem-fuse/Cargo.toml} (62%)
create mode 100644 clients/filesystem-fuse/build.gradle.kts
copy dev/docker/hive/check-status.sh =>
clients/filesystem-fuse/check_rust_env.sh (51%)
copy core/src/main/java/org/apache/gravitino/storage/IdGenerator.java =>
clients/filesystem-fuse/src/main.rs (77%)
copy bundles/build.gradle.kts => clients/filesystem-fuse/tests/it.rs (94%)