-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
challenge-programcomponent/expressionhelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.priority/P3The issue has P3 priority. Assigned to backlog.The issue has P3 priority. Assigned to backlog.severity/majorsig/executionSIG executionSIG executiontype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
- What did you do?
If possible, provide a recipe for reproducing the error.
create table t1(f1 json);
insert into t1(f1) values ('"asd"'),('"asdf"'),('"asasas"');
select f1 from t1 where json_extract(f1,"$") in ("asd","asasas","asdf");- What did you expect to see?
- What did you see instead?
- What version of TiDB are you using (
tidb-server -Vor runselect tidb_version();on TiDB)?
SIG slack channel
Score
- 300
Mentor
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
challenge-programcomponent/expressionhelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.priority/P3The issue has P3 priority. Assigned to backlog.The issue has P3 priority. Assigned to backlog.severity/majorsig/executionSIG executionSIG executiontype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.


