dentiny
dentiny
**Is your feature request related to a problem? Please describe.** pg_duckdb is a nice bridge for postgres uses, we should document its proper usage. **Describe the solution you'd like** Add...
**Is your feature request related to a problem? Please describe.** Current unit tests only contain read operations but not write. For write operations we expect nothing happens (including profiling, and...
Used for contributing developers, we should provide - A shell script to install all necessary dependencies, including duckdb's; - Make a precommit hook to check format.
It's known that a few key metrics and parameters affecting IO performance a lot, including but not confined to: - HTTP/2 or HTTP/1.1 - TCP connection number, i.e. do we...
**Is your feature request related to a problem? Please describe.** In the past, we've missed to reset a few configurations for a few times. **Describe the solution you'd like** https://github.com/dentiny/duck-read-cache-fs/blob/a8b172e68b36a55b6147ce0946e716484a56ec75/src/cache_filesystem_config.cpp#L82-L91...
**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** Currently all unit tests are done through local filesystem, it would be good if...
**Is your feature request related to a problem? Please describe.** Hi team, I want to use `cargo deny` to check against invalid license usage for our project, but as of...
**Is your feature request related to a problem? Please describe.** Rust support [`BitWriter`](https://docs.rs/bitstream-io/latest/bitstream_io/write/struct.BitWriter.html), which allows users to write with endian specified. **Describe the solution you'd like** My ideal use case...
Problem statement: - Existing logging and assertion is kind of awkward, for example, it doesn't accept stream-style operation, meanwhile it uses string as the macro parameter, which means we have...
### Search before asking - [x] I had searched in the [issues](https://github.com/ray-project/kuberay/issues) and found no similar feature requirement. ### Description This issue is not a blocker item for v1.4 release,...