Skip to content

Commit

Permalink
branch-3.0: [fix](case) fix defined global variables in script #46806 (
Browse files Browse the repository at this point in the history
…#46812)

Cherry-picked from #46806

Co-authored-by: Dongyang Li <[email protected]>
  • Loading branch information
github-actions[bot] and hello-stephen authored Jan 11, 2025
1 parent 6f344ad commit c26e5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-test/suites/ssb_sf0.1_p1/load.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ suite("load") {
sql new File("""${context.file.parent}/ddl/${table}_delete.sql""").text
sql "set insert_timeout=3600"
def r = sql "select @@insert_timeout"
year_cons = [
def year_cons = [
'lo_orderdate<19930101',
'lo_orderdate>=19930101 and lo_orderdate<19940101',
'lo_orderdate>=19940101 and lo_orderdate<19950101',
Expand Down

0 comments on commit c26e5ba

Please sign in to comment.