TONG, Zhigao
TONG, Zhigao
ref https://github.com/pingcap/tidb/pull/53207
/assign @solotzg
@hawkingrei PTAL
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.
@YangKeao PTAL
@xzhangxian1008 Is there a known issue related to this one ?
@dveeden Can you provide procedures to reproduce it ?