Skip to content

Commit 9fda2d9

Browse files
committed
Test result updated
1 parent e062ef2 commit 9fda2d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/planner/core/casetest/partition/testdata/integration_partition_suite_out.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,8 @@
680680
],
681681
"StaticPlan": [
682682
"PartitionUnion 2.00 root ",
683-
"├─Batch_Point_Get 1.00 root table:t, partition:p1 handle:[1 2], keep order:false, desc:false",
684-
"└─Batch_Point_Get 1.00 root table:t, partition:P2 handle:[1 2], keep order:false, desc:false"
683+
"├─Batch_Point_Get 1.00 root table:t, partition:p1 handle:[1], keep order:false, desc:false",
684+
"└─Batch_Point_Get 1.00 root table:t, partition:P2 handle:[2], keep order:false, desc:false"
685685
]
686686
},
687687
{
@@ -1476,8 +1476,8 @@
14761476
],
14771477
"StaticPlan": [
14781478
"PartitionUnion 4.00 root ",
1479-
"├─Batch_Point_Get 2.00 root table:thash3, partition:p0 handle:[1 2], keep order:false, desc:false",
1480-
"└─Batch_Point_Get 2.00 root table:thash3, partition:p1 handle:[1 2], keep order:false, desc:false"
1479+
"├─Batch_Point_Get 2.00 root table:thash3, partition:p0 handle:[2], keep order:false, desc:false",
1480+
"└─Batch_Point_Get 2.00 root table:thash3, partition:p1 handle:[1], keep order:false, desc:false"
14811481
],
14821482
"Result": [
14831483
"1 0",
@@ -1533,7 +1533,7 @@
15331533
"└─TableRangeScan 2.00 cop[tikv] table:thash3 range:[1,1], [4,4], keep order:false"
15341534
],
15351535
"StaticPlan": [
1536-
"Batch_Point_Get 2.00 root table:thash3, partition:p0 handle:[1 4], keep order:false, desc:false"
1536+
"Batch_Point_Get 2.00 root table:thash3, partition:p0 handle:[4], keep order:false, desc:false"
15371537
],
15381538
"Result": [
15391539
"4 0"

0 commit comments

Comments
 (0)