pingcap / pingcap/tidb

Unexpected Results in TiFlash

Open
#46,599 8 comments 0 reactions 0 assignees View on GitHub
affects-7.5 affects-8.1 affects-8.5 component/tiflash fuzz/sqlancer may-affects-5.3 may-affects-5.4 may-affects-6.1 may-affects-6.5 may-affects-7.1 severity/major sig/execution type/bug
Dominant language
Go
Stars
40.5k
Forks
6.2k
PR merge metrics
PR metrics pending

Description

## Bug Report

### 1. Minimal reproduce step (Required)

```sql
CREATE TABLE t0(c0 CHAR);
INSERT INTO t0 VALUES ('1');
ALTER TABLE t0 SET TIFLASH REPLICA 1;

SELECT SLEEP(5);
EXPLAIN SELECT t0.c0 FROM t0 WHERE CAST((t0.c0 NOT LIKE t0.c0) AS DATE)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.