Skip to content

Commit 640f231

Browse files
committed
update
1 parent 0258987 commit 640f231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integrationtest/r/planner/core/partition_pruner.result

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3253,6 +3253,6 @@ TableReader_7 0.00 root partition:dual data:Selection_6
32533253
└─TableFullScan_5 10000.00 cop[tikv] table:t keep order:false, stats:pseudo
32543254
desc select * from t where a in (-6895222, 3125507, 9223372036854775809);
32553255
id estRows task access object operator info
3256-
TableReader_7 8000.00 root partition:p0 data:Selection_6
3257-
└─Selection_6 8000.00 cop[tikv] in(planner__core__partition_pruner.t.a, -6895222, 3125507, 9223372036854775809)
3256+
TableReader_7 20.00 root partition:p0 data:Selection_6
3257+
└─Selection_6 20.00 cop[tikv] in(planner__core__partition_pruner.t.a, -6895222, 3125507, 9223372036854775809)
32583258
└─TableFullScan_5 10000.00 cop[tikv] table:t keep order:false, stats:pseudo

0 commit comments

Comments
 (0)