Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It raises baseBuiltinFunc.vecEvalString() should never be called when using tiflash engine #24134

Open
lilinghai opened this issue Apr 19, 2021 · 1 comment
Labels
severity/moderate sig/execution SIG execution type/bug The issue is confirmed as a bug.

Comments

@lilinghai
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

create table t(a int primary key,b int);
alter table t set tiflash replica 1;
insert into t values(1,2);
select  count(*) from t group by a having not case when null then max(null) end;

2. What did you expect to see? (Required)

successfully

3. What did you see instead (Required)

ERROR 1105 (HY000): baseBuiltinFunc.vecEvalString() should never be called, please contact the TiDB team for help

4. What is your TiDB version? (Required)

Release Version: v4.0.0-beta.2-2671-g3ec37294f
Edition: Community
Git Commit Hash: 3ec3729
Git Branch: master
UTC Build Time: 2021-04-16 16:57:55
GoVersion: go1.13
Race Enabled: false
TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306
Check Table Before Drop: false

@lilinghai lilinghai added the type/bug The issue is confirmed as a bug. label Apr 19, 2021
@cosven
Copy link
Contributor

cosven commented Apr 20, 2021

/severity moderate
/sig execution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/moderate sig/execution SIG execution type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

3 participants