Skip to content

Commit 700a5ae

Browse files
test: fix TestRangeIntersection expected row count for release-8.5.6
X-Original-Commit: fd7cf508a1b002c04b329e73d56a27ae17069d5d
1 parent fe27d79 commit 700a5ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/planner/core/casetest/index/testdata/index_range_out.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@
391391
"SQL": "SELECT 1 FROM t_inlist_test FORCE INDEX (twoColIndex) WHERE a1 IN (44, 70, 76) AND (a1 > 70 OR (a1 = 70 AND b1 > 41));",
392392
"Plan": [
393393
"Projection 43.33 root 1->Column#5",
394-
"└─IndexReader 54.17 root index:IndexRangeScan",
395-
" └─IndexRangeScan 54.17 cop[tikv] table:t_inlist_test, index:twoColIndex(a1, b1) range:(70 41,70 +inf], [76,76], keep order:false, stats:pseudo"
394+
"└─IndexReader 43.33 root index:IndexRangeScan",
395+
" └─IndexRangeScan 43.33 cop[tikv] table:t_inlist_test, index:twoColIndex(a1, b1) range:(70 41,70 +inf], [76,76], keep order:false, stats:pseudo"
396396
],
397397
"Result": null
398398
},

0 commit comments

Comments
 (0)