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

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 7681eca917a branch-3.1: [minor](test) Enable profile for tpch/q1 
(#52576)
7681eca917a is described below

commit 7681eca917aab243760e90efad38b0beb2ef09d6
Author: Gabriel <[email protected]>
AuthorDate: Tue Jul 1 19:17:51 2025 +0800

    branch-3.1: [minor](test) Enable profile for tpch/q1 (#52576)
---
 regression-test/suites/variant_p0/tpch/sql/q01_trans.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/suites/variant_p0/tpch/sql/q01_trans.sql 
b/regression-test/suites/variant_p0/tpch/sql/q01_trans.sql
index 39e0c33367f..524805a5032 100644
--- a/regression-test/suites/variant_p0/tpch/sql/q01_trans.sql
+++ b/regression-test/suites/variant_p0/tpch/sql/q01_trans.sql
@@ -1,5 +1,5 @@
 -- TABLES: lineitem
-SELECT  /*+SET_VAR(enable_fallback_to_original_planner=false) */
+SELECT  
/*+SET_VAR(enable_fallback_to_original_planner=false,enable_profile=true) */
   CAST(var["L_RETURNFLAG"] AS TEXT),
   CAST(var["L_LINESTATUS"] AS TEXT),
   SUM(CAST(var["L_QUANTITY"] AS DOUBLE))                                       
AS SUM_QTY,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to