Skip to content

Commit e062ef2

Browse files
committed
Test result updated
1 parent 0e19256 commit e062ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3341,7 +3341,7 @@ id estRows task access object operator info
33413341
Batch_Point_Get_1 2.00 root table:t, partition:p1,P2 handle:[1 2], keep order:false, desc:false
33423342
explain select * from t where a IN (1, 2, 1);
33433343
id estRows task access object operator info
3344-
Batch_Point_Get_1 3.00 root table:t, partition:p1,P2 handle:[1 2 1], keep order:false, desc:false
3344+
Batch_Point_Get_1 3.00 root table:t, partition:p1,P2 handle:[1 2], keep order:false, desc:false
33453345
create database Issue32007;
33463346
USE Issue32007;
33473347
create table t1 (a int, b tinyint, primary key (a)) partition by range (a) (partition p0 values less than (5),partition p1 values less than (20),partition p2 values less than (30),partition p3 values less than (40),partition p4 values less than MAXVALUE);

0 commit comments

Comments
 (0)