Open Dylan0222 opened 1 day ago
/label affects-8.4 /label affects-8.5
But this query can work well @jebter: mysql> SELECT /+ READ_FROM_STORAGE(tikv[person]) / age FROM person order by age; +------+ | age | +------+ | 50.5 | | 51 | | 51.5 | +------+ 3 rows in set (0.04 sec)
mysql> SELECT /+ READ_FROM_STORAGE(tiflash[person]) / age FROM person order by age; +------+ | age | +------+ | 50.5 | | 51 | | 51.5 | +------+ 3 rows in set (0.04 sec)
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
I find that the returned result is inconsistent across two queries. Moreover, Tiflash cannot even execute this query.
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
TiDB v8.4.0