dentiny

Results 87 comments of dentiny

@rueian Curious is this issue addressed? Shall we declare it completed or we need further followup? Thanks!

Sorry there're some test compilation failures, let me fix them.

Partially resolved by https://github.com/dentiny/duck-read-cache-fs/pull/79 The next step is to split all extension targets into multiple targets, for example, core extension, tests and benchmarks

Hi @wwasilak , thank you so much for trying our extension and provide feedback! Unfortunately for the initial version, we don't plan to support windows: https://github.com/duckdb/community-extensions/blob/7ce4b99387757498aa158d760c322601ff616db6/extensions/cache_httpfs/description.yml#L8 There're several reasons: -...

> [@dentiny](https://github.com/dentiny) is this extension supported on windows yet? Unfortunately no :(

let me know if you want a discussion, or you feel the PR is ready to review :)

> Hi @dentiny > > I found that my original retry logic is incorrect. The max attempt times should be maxRetry + 1. Originally, I use ` > https://github.com/ray-project/kuberay/blob/7e0d6ad77528843ae0921cc193fbd1781c18b219/apiserver/pkg/http/client.go#L664 Thanks!...

Hi @machichima , I didn't see new tests added for "maxRetry = 0" case (no new commits either). Did I mis-understand?

Hi @kevin85421 / @rueian, do you think this PR is good to go? I want to raise it because @kenmcheng 's working on a similar feature for v2: https://github.com/ray-project/kuberay/pull/3869/files, seems...