You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
DROP TABLE IF EXISTS test.c_t2;
CREATE TABLE test.c_t2 ( col json );
ALTER TABLE test.c_t2 SET TIFLASH REPLICA 1;
set tidb_allow_mpp=1;set tidb_enforce_mpp=1; set tidb_isolation_read_engines='tiflash';
select json_length(col, '*') from test.c_t2;
2. What did you expect to see? (Required)
query success
3. What did you see instead (Required)
ERROR 1105 (HY000): other error for mpp stream: Code: 42, e.displayText() = DB::Exception: Number of arguments for function jsonLength doesn't match: passed 2 , should be 1, e.what() = DB::Exception,
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
query success
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
Git Commit Hash: 6db1d6b79c2855cf022f04ced86af3e6bc8b0dcf
The text was updated successfully, but these errors were encountered: