This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 294fe86968b [fix](case) fix defined global variables in script (#46806)
294fe86968b is described below

commit 294fe86968bb90338186548435b436f11f21204c
Author: Dongyang Li <lidongy...@selectdb.com>
AuthorDate: Sat Jan 11 10:53:37 2025 +0800

    [fix](case) fix defined global variables in script (#46806)
---
 regression-test/suites/ssb_sf0.1_p1/load.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/suites/ssb_sf0.1_p1/load.groovy 
b/regression-test/suites/ssb_sf0.1_p1/load.groovy
index 3b3955dc3ac..240bd8a1396 100644
--- a/regression-test/suites/ssb_sf0.1_p1/load.groovy
+++ b/regression-test/suites/ssb_sf0.1_p1/load.groovy
@@ -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',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to