Skip to content

Commit

Permalink
fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Jan 4, 2025
1 parent 2d9f03f commit 99f4c7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ suite("check_rf") {
sql """
drop table if exists t1;
set disable_join_reorder=true;
set enable_parallel_result_sink=false;
"""
sql """
CREATE TABLE IF NOT EXISTS t1 (
Expand Down

0 comments on commit 99f4c7e

Please sign in to comment.