Xuanwo

Results 1624 comments of Xuanwo

> No means to push here but any progress on this? Let me try again. If this attempt fails, we'll start a new fork instead.

Hi, @Lancern @pcmid @guojidan, we did it! I now have write permission for ceph-rust and have established the [`#ceph-rust` channel](https://join.slack.com/t/ceph-storage/shared_invite/zt-2ptxrb851-FzpqR7ShQcvlkI4JCWeoEw). We can continue our development upstream now!

cc @chitralverma, I'll remove `hdfs_native` from this release as a quick workaround.

> i think this is because of the version update I'm guessing `hdfs_native` never be used over `armv7l` before.

> will check with the repo owner of hdfs-native for this Thank you for that!

Should be fixed after https://github.com/apache/opendal/issues/6553

Should be added in https://github.com/datafuselabs/databend/pull/13550

Providing a `fn databend_query(sql: &str) -> Result` seems really cool (even not for wasm or lambda). We only need to fill `service_fn`: https://docs.rs/lambda_runtime/0.6.0/lambda_runtime/fn.service_fn.html

> Hi, I'd love to take a look :) Thanks a lot for your intetest! Do you have a plan for this issue?

Perfect, mostly looks good to me! The only issue I'm considering is whether to make it a separate package. This way, users won't need to install fsspec if they don't...