Skip to content

Commit 624513a

Browse files
committed
[minor](test) Enable profile for tpch/q1
1 parent 2f9b359 commit 624513a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression-test/suites/variant_p0/tpch/sql/q01_trans.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- TABLES: lineitem
2-
SELECT /*+SET_VAR(enable_fallback_to_original_planner=false) */
2+
SELECT /*+SET_VAR(enable_fallback_to_original_planner=false,enable_profile=true) */
33
CAST(var["L_RETURNFLAG"] AS TEXT),
44
CAST(var["L_LINESTATUS"] AS TEXT),
55
SUM(CAST(var["L_QUANTITY"] AS DOUBLE)) AS SUM_QTY,

0 commit comments

Comments
 (0)