Zixiong Liu
Zixiong Liu
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. - Two changefeeds, with...
### What problem does this PR solve? Issue Number: ref #7114 ### What is changed and how it works? - Implement `FileManager` for s3. ### Check List #### Tests -...
- [x] Implement gRPC server - [ ] Implement gRPC client - [ ] Joint testing of server and client - [ ] Modify Owner - [ ] Modify Processor...
- [ ] Implement `FileManager` for s3. https://github.com/pingcap/tiflow/pull/7034 - [ ] Refactor existing code and integration the `FileManager` into existing code #7127 - [ ] Integration and system tests.
- [x] First JIT query `select v1+v2 from table_1;` with the `Plus` expression JIT'ed. - [x] Support simple arithmetic expressions of integer and decimal types. - [ ] Support basic...
Recently it has come to our attention that our Avro output does not handle correctly the situation where the `--tz` option used in TiCDC is different from the local time...