You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/integrationtest/r/planner/core/issuetest/planner_issue.result
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -760,6 +760,7 @@ KEY `idx_65` (`col_36`(5))
760
760
with cte_192 ( col_1101,col_1102,col_1103,col_1104 ) AS ( select /*+ use_index_merge( tl6e913fb9 ) */ replace( tl6e913fb9.col_36 , tl6e913fb9.col_36 , tl6e913fb9.col_36 ) as r0 , space( 0 ) as r1 , min( distinct tl6e913fb9.col_36 ) as r2 , count( distinct tl6e913fb9.col_36 ) as r3 from tl6e913fb9 where tl6e913fb9.col_36 between 'n92ok$B%W#UU%O' and '()c=KVQ=T%-vzGJ' and tl6e913fb9.col_36 in ( 'T+kf' ,'Lvluod2H' ,'3#Omx@pC^fFkeH' ,'=b$z' ) group by tl6e913fb9.col_36 having tl6e913fb9.col_36 = 'xjV@' or IsNull( tl6e913fb9.col_36 ) ) ( select 1,col_1101,col_1102,col_1103,col_1104 from cte_192 where not( IsNull( cte_192.col_1102 ) ) order by 1,2,3,4,5 limit 72850972 );
761
761
1 col_1101 col_1102 col_1103 col_1104
762
762
drop table if exists t;
763
+
<<<<<<< HEAD
763
764
create table t(a int, primary key (a));
764
765
insert into t values(1), (2);
765
766
select * from t t1 left join t t2 on t1.a=t2.a limit 1, 1;
@@ -797,3 +798,32 @@ MergeJoin_8 12475.01 root inner join, left key:test.t1.a, test.t1.b, right key:
0 commit comments