planner: the column type sent by tidb to tiflash is inconsistent with the column type of the table schema #44579
Labels
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.2
severity/major
sig/planner
SIG: Planner
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
ref pingcap/tiflash#6806
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
The col type sent by tidb is
Int64
, but it isInt32
in the table schema.3. What did you see instead (Required)
The col type sent by tidb is
Int32
and query success.4. What is your TiDB version? (Required)
v7.2.0-alpha
The text was updated successfully, but these errors were encountered: