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

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


The following commit(s) were added to refs/heads/master by this push:
     new 241c8069 [AURON #1974] ci: add missing q30 q32 to tpcds queries (#1973)
241c8069 is described below

commit 241c8069839d10fcc0bcdd8e3f41a0890e94eb9a
Author: yew1eb <[email protected]>
AuthorDate: Fri Jan 30 20:35:13 2026 +0800

    [AURON #1974] ci: add missing q30 q32 to tpcds queries (#1973)
    
    # Which issue does this PR close?
    
    Closes #1974
    
    # Rationale for this change
    
    # What changes are included in this PR?
    
    # Are there any user-facing changes?
    
    # How was this patch tested?
---
 .github/workflows/tpcds-reusable.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/tpcds-reusable.yml 
b/.github/workflows/tpcds-reusable.yml
index 75d84418..fe6c73d1 100644
--- a/.github/workflows/tpcds-reusable.yml
+++ b/.github/workflows/tpcds-reusable.yml
@@ -73,7 +73,7 @@ on:
             "q1,q2,q3,q4,q5,q6,q7,q8,q9",
             "q10,q11,q12,q13,q14a,q14b,q15,q16,q17,q18,q19",
             "q20,q21,q22,q23a,q23b,q24a,q24b,q25,q26,q27,q28,q29",
-            "q31,q33,q34,q35,q36,q37,q38,q39a,q39b",
+            "q30,q31,q32,q33,q34,q35,q36,q37,q38,q39a,q39b",
             "q40,q41,q42,q43,q44,q45,q46,q47,q48,q49",
             "q50,q51,q52,q53,q54,q55,q56,q57,q58,q59",
             "q60,q61,q62,q63,q64,q65,q66,q67,q68,q69",

Reply via email to