Skip to content

Commit

Permalink
add case shuffle left
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Jun 19, 2024
1 parent bb2e599 commit af4bc3a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// specific language governing permissions and limitations
// under the License.


suite("colocate_union_numbers") {
multi_sql """
set enable_nereids_distribute_planner=false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// specific language governing permissions and limitations
// under the License.


suite("prune_bucket_with_bucket_shuffle_join") {
multi_sql """
drop table if exists test_outer_join1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// specific language governing permissions and limitations
// under the License.


suite("shuffle_left_join") {
multi_sql """
drop table if exists test_shuffle_left;
Expand Down

0 comments on commit af4bc3a

Please sign in to comment.