This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
from 113d3709a refactor: Migrate github services to context based http
client (#5764)
add b8a3fd564 feat(services/hdfs_native): implement write/read/list
methods (#5617)
No new revisions were added by this update.
Summary of changes:
.../hdfs_native_cluster}/action.yml | 16 +--
bindings/java/Cargo.toml | 2 +
bindings/nodejs/Cargo.toml | 2 +
bindings/python/Cargo.toml | 2 +
core/src/services/hdfs_native/backend.rs | 154 ++++++++++++++++-----
core/src/services/hdfs_native/config.rs | 6 +-
core/src/services/hdfs_native/error.rs | 7 +
core/src/services/hdfs_native/lister.rs | 64 +++++++--
core/src/services/hdfs_native/reader.rs | 33 ++++-
core/src/services/hdfs_native/writer.rs | 32 +++--
10 files changed, 247 insertions(+), 71 deletions(-)
copy .github/services/{hdfs/hdfs_cluster =>
hdfs_native/hdfs_native_cluster}/action.yml (75%)