Yang Xiufeng

Results 51 issues of Yang Xiufeng

**Summary** mysql, http, clickhouse http - some need to fix wrong handlings of results - some need to use settings to control formats ---- - [x] timezone https://github.com/datafuselabs/databend/issues/6244 - [x]...

**Summary** 1. know which statement runs too long or just blocks forever 2. proceed with the remaining tests

e.g. user may use the wrong setting. for quote or delimiter. https://github.com/datafuselabs/databend/issues/6910

C-improvement

**Summary** Most likely there is something wrong when the TSV result returned from the handler is decoded to python in clickhouse_sqlalchemy

**Summary** - [x] add TSV https://github.com/datafuselabs/databend/issues/6555 - [x] fix TSV https://github.com/datafuselabs/databend/issues/6650 - [ ] https://github.com/datafuselabs/databend/issues/6669 - [ ] refactor InputState - [ ] pass buffer between processor without SharedData? -...

A-query

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/ ## Summary Summary about this PR Fixes #issue part of https://github.com/datafuselabs/databend/issues/7732

pr-refactor

**Summary** ## refacors - [x] new input pipeline - [x] new framework & replace copy https://github.com/datafuselabs/databend/pull/7613 - [x] replace all - [x] streaming load - [x] https://github.com/datafuselabs/databend/pull/7756 - [x] https://github.com/datafuselabs/databend/pull/7769...

Tracking

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/ ## Summary the origin test assume the sqls in this case should finish very soon. `create table `...

pr-bugfix

some tests expect exact error message while the number 0 may change for each run. cc @zhang2014

for copy into/streaming load with row-based format, the best place to cut rows to blocks is block builder. compactor can be avoided (not need to remove this processor, only not...

C-improvement