kasakrisz commented on code in PR #4363:
URL: https://github.com/apache/hive/pull/4363#discussion_r1324479188


##########
ql/src/test/queries/clientpositive/cte_mat_10.q:
##########
@@ -0,0 +1,23 @@
+set hive.optimize.cte.materialize.threshold=2;
+set hive.optimize.cte.materialize.full.aggregate.only=false;
+set hive.explain.user=true;
+
+with x as ( select 'x' as id ),

Review Comment:
   Could you please add an explain statement in order to print the plan



##########
ql/src/test/queries/clientpositive/cte_mat_10.q:
##########
@@ -0,0 +1,23 @@
+set hive.optimize.cte.materialize.threshold=2;
+set hive.optimize.cte.materialize.full.aggregate.only=false;
+set hive.explain.user=true;

Review Comment:
   Why did user.explain set to true? The plan has more details when it is false.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to