jakevin

Results 58 comments of jakevin

> Do you mean we will return an error if users try to `range_read(..xxx)`? In BytesRange doc: > BytesRange support construct via rust native range syntax like `..`, `1024..`, `..2048`....

https://github.com/apache/incubator-opendal/pull/1705#issuecomment-1476290256 ``` the correction of goal: we still support `read from tail`, but we don't need service to implement it directly. ``` Our goal isn't to remove support of read...

A possible solution is use `git submodule` to pin these GHA into `local repo`

I correct the issue discription with`Closes #9224`. It's a trigger to close this issue after merge this PR. So I suggest you could fill issue template better instead of just...

cc @waynexia @liukun4515 , how do you think about it ?

> I was able to resolve this by taking two steps: > > 1. Changed the `ListenAddress` to `0.0.0.0` . I think that was the necessary step here. > 2....

@andylokandy PTAL

This PR is blocked by `alias` schema. Due to we hope to keep same name, we will add some alias like `col1 as t1.a`, but its field is `t1.a`, original...

I think it is valuable, there are some case code just for handling the Alias::Expr, I'm willing to do this task. I will push a draft PR for this issue...