Xuanwo

Results 1650 comments of Xuanwo

> Oh, I was thinking about treating hdfs/webhdfs as same storage service. I took a look your pr, if they are treated as different stoarge, then there is difference. I...

I see. We have three approachs so far: 1. Support `storage-webhdfs` and `storage-hdfs` but only exposes as `hdfs` to users Users are required to use feature flags for configuration. 2....

> Have you considered including libhdfs + JNI in this design? Are we intentionally leaving it out for now, or could it be explored as a separate approach? Yep, I...

## 🔄 HDFS支持实施状态更新 (2025年9月12日) ### ✅ 技术分析完成 经过全面分析,确认以下技术要点: 1. **OpenDAL 0.54.0 完全支持**:确认支持三种HDFS服务 - `Hdfs` (libhdfs + JNI) - `WebHdfs` (HTTP REST API) - `HdfsNative` (纯Rust实现) 2. **存储架构已就绪**:当前Storage枚举架构完全支持扩展HDFS变体 - 现有模式:Memory、LocalFs、S3、GCS、OSS、Azdls -...

> [@Xuanwo](https://github.com/Xuanwo) Are you doing some experiment with AI summary? Oh, sorry about that. My AI summary bot accidentally posted the comments publicly.

The OpenDAL Rust core is working on splitting into `opendal-core` (which will exclude tokio and tls), `opendal-services-*`, and `opendal-layers-*`. I believe this change will make more contributions to this issue.

> The serialize/deserialize in `Snapshot` has completd by #39. I will add ut for the rest files. That would be greatly appreciated.

Does it mean `ManifestFileData` in java has it's own output format? It doesn't look like a valid JSON to me. cc @devillove084, would you like to generate some fixture for...

Related to https://github.com/seanmonstar/reqwest/issues/2641