Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Oct 19, 2023
1 parent 09aae9f commit 56285ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-test/suites/nereids_p0/join/test_join_13.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -243,5 +243,5 @@ suite("test_join_13", "nereids_p0") {

qt_right_anti_join_null_2 "select b.k1 from ${empty_name} t right anti join ${tbName2} b on b.k1 > t.k1 order by b.k1"

qt_pipelineX_max_rf """ select /* set runtime_filter_type = 4; set experimental_enable_pipeline_x_engine = true; */ a.k1, a.k2, a.k3, a.k4, a.k5 from test a left anti join baseall b on a.k1 > b.k1 where a.k2 > 0 and a.k3 != 0 and a.k6 > "000" order by 1, 2, 3, 4, 5 limit 65535; """
qt_pipelineX_max_rf """ select /*+ SET_VAR(runtime_filter_type=4, experimental_enable_pipeline_x_engine=true)*/ a.k1, a.k2, a.k3, a.k4, a.k5 from test a left anti join baseall b on a.k1 > b.k1 where a.k2 > 0 and a.k3 != 0 and a.k6 > "000" order by 1, 2, 3, 4, 5 limit 65535; """
}

0 comments on commit 56285ad

Please sign in to comment.