CastTimeAsReal was pushed down to tiflash by mistake #28753
Labels
affects-4.0
This bug affects 4.0.x versions.
affects-5.0
This bug affects 5.0.x versions.
affects-5.1
This bug affects 5.1.x versions.
affects-5.2
This bug affects 5.2.x versions.
affects-5.3
This bug affects 5.3.x versions.
affects-5.4
This bug affects the 5.4.x(LTS) versions.
affects-6.0
affects-6.1
This bug affects the 6.1.x(LTS) versions.
component/tiflash
severity/major
sig/execution
SIG execution
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
CastTimeAsReal shouldn't push down to tiflash, because CastTimeAsReal is not supported in tiflash.
But, we can see the push down list in tidb.
tidb/expression/expression.go
Lines 1057 to 1060 in 5cc6b81
CastTimeAsReal is commented out.
2. What did you expect to see? (Required)
Run successfully.
3. What did you see instead (Required)
Failed.
4. What is your TiDB version? (Required)
master(e8f4e47)
The text was updated successfully, but these errors were encountered: