Xuanwo
Xuanwo
I have recently received several reports about the opendal C++ binding on Windows. It might be time for us to introduce Windows CI support for C++.
One possible issue is that opendal may not support the credential type specified in your local JSON file. What is the value of the `type` field in your `application_default_credentials.json`? We...
> The type field is `authorized_user` (◐‿◑) Interesting. Let me take a look on this type.
I'm happy to handle this issue. I enjoy writing in `markdown` and coding in `rust`. 😄
Quick Start is not ready yet, I will start another PR to add it.
Hi, @liurenjie1024, could you start a tracking issue for all features that we lack compared to java impl?
> Currently I have grouped features into these components in [this project](https://github.com/orgs/apache/projects/339), so I'm not sure what kinds of issue you want? Maybe you can start with one and I...
> I think eventually we will reach feature parity as iceberg-java to implement iceberg spec, but integration with engines with be different. Oh, I see. I got your point. The...
> I have implemented the split fn now. I would like to ask, how can I test if my code is okay? We can add test cases in the `tests`...
> I'm considering another approach. Why don't we implement this functionality in `Deleter` ? It would make it more explicit. what do you think ? @Xuanwo Would you like to...