dentiny
dentiny
**Is your feature request related to a problem? Please describe.** On external file cache test, it would be better to test cache stats after http requests. https://github.com/dentiny/duck-read-cache-fs/blob/95c106d230489847868aa9649833e9d25cfb7eef/test/sql/external_file_cache.test#L25-L31 But somehow I...
**Is your feature request related to a problem? Please describe.** Keep interface up-to-date: https://github.com/duckdb/duckdb/pull/18037
This PR adds some dependency requirement for the cargo test.
This is a feature request I've been longing for a while. It's common to use duckdb for query on immutable parquet files and use external file cache to store in-memory...
Related to https://github.com/duckdb/duckdb/issues/20049 It's a classic C++ issue: exceptions are not expected to throw from destruction. Here I propose two (independent) ways I used to do: - Encourage people to...
## Bug Report Hi team, I have met an issue with format layer, with error message "Span not found", in detail code reference here: https://github.com/tokio-rs/tracing/blob/ed3300c9f0e0ced79b721d35810daec9362d981a/tracing-subscriber/src/fmt/fmt_layer.rs#L833 After doing some search, I...
### Search before asking - [x] I had searched in the [issues](https://github.com/ray-project/kuberay/issues) and found no similar feature requirement. ### Description Hi team, go v1.25 has been released since Aug, maybe...
Hi team, I'm wondering if it's possible to have a cap for overall retry duration.