TONG, Zhigao

Results 25 comments of TONG, Zhigao

ref https://github.com/pingcap/tidb/pull/53207

Procedure: ``` drop table if exists t0; CREATE TABLE t0 (c0 INT); INSERT INTO t0 (c0) VALUES (1); ALTER TABLE t0 SET TIFLASH REPLICA 1; set tidb_isolation_read_engines='tiflash'; SELECT AVG(0) OVER(ORDER...

Since https://github.com/pingcap/tidb/pull/48613, https://github.com/pingcap/tidb/blob/v8.5.2/pkg/executor/aggregate/agg_util.go#L149-L150 The `codec.HashGroupKey` return error and `errCtx.HandleError` set it to nil.

@xzhangxian1008 Is there a known issue related to this one ?

@dveeden Can you provide procedures to reproduce it ?