William Wen
William Wen
Rendered link: https://github.com/risingwavelabs/rfcs/blob/3a24bb57230bba831b170b4ee882a690e55fe8ae/rfcs/0084-partial-checkpoint.md
rendered file: https://github.com/risingwavelabs/rfcs/blob/yiming/sink-coordinator/rfcs/0061-sink-coordinator.md
[A rendered link](https://github.com/risingwavelabs/rfcs/blob/yiming/0055/rfcs/0055-decouple-sink-and-checkpoint.md)
As mentioned in https://github.com/risingwavelabs/risingwave-docs/issues/134, we may need some extra configuration to enable docker compose v2 to run the docker compose file. We may mention some links to install `docker` and...
I hereby agree to the terms of the [RisingWave Labs, Inc. Contributor License Agreement](https://gist.github.com/TennyZhuang/f00be7f16996ea48effb049aa7be4d66#file-rw_cla). ## What's changed and what's your intention? Removed the global `max_syncing_epoch` and `max_synced_epoch` in uploader. Instead,...
I hereby agree to the terms of the [RisingWave Labs, Inc. Contributor License Agreement](https://gist.github.com/TennyZhuang/f00be7f16996ea48effb049aa7be4d66#file-rw_cla). ## What's changed and what's your intention? ## Checklist - [ ] I have written necessary...
### Is your feature request related to a problem? Please describe. The latest delta-rs version 0.18.0 use arrow 52. After #17354, iceberg will also use arrow 52. If the arrow...
### Is your feature request related to a problem? Please describe. To support async truncation on es sink for https://github.com/risingwavelabs/risingwave/issues/17095, it's better to reimplement es sink with rust sdk, which...
As titled. Implement a mocked [Arc::into_inner](https://doc.rust-lang.org/std/sync/struct.Arc.html#method.into_inner)
## Motivation Currently, when doing configuration change, such as scaling, replace table (including sink into table), we follow the following steps: 1. inject a pause barrier, let's say epoch1, and...