-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed as duplicate of#63705
Closed as duplicate of#63705
Copy link
Labels
component/testseverity/moderatesig/plannerSIG: PlannerSIG: Plannertype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
result.go:49:
Error Trace: pkg/testkit/result.go:49
pkg/executor/test/indexmergereadtest/index_merge_reader_test.go:847
Error: Not equal:
expected: "[42 93 22]\n"
actual : "[89 41 22]\n"
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-[42 93 22]
+[89 41 22]
Test: TestIndexMergeLimitNotPushedOnPartialSideButKeepOrder
Messages: sql:select /*+ USE_INDEX_MERGE(t, idx, idx2) */ * from t where (a = 89 or b = 93) and c >= 22 and c < greatest(23, 22) order by c limit 1, args:[]
4. What is your TiDB version? (Required)
Metadata
Metadata
Assignees
Labels
component/testseverity/moderatesig/plannerSIG: PlannerSIG: Plannertype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.