Open 2b1sh opened 9 months ago
It is a known issue, actually TiFlash does not support most calculations on Enum
column. So it is kind of expected behavior. The issue is an enhancement request rather than a bug.
related issue: https://github.com/pingcap/tiflash/issues/1880
Bug Report
I have deployed a TiDB cluster and created a table that having datatype ENUM that is read by Tikv instead of TiFlash
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
Whenever I filter the select by any other field name the data is loaded by tiflash
I'm Expecting the same for the field that having datatype ENUM.
3. What did you see instead (Required)
Instead i'm getting the results as below. It's not read by the tiflash.
4. What is your TiDB version? (Required)