soumyakanti3578 commented on code in PR #5308:
URL: https://github.com/apache/hive/pull/5308#discussion_r1671256519


##########
ql/src/test/queries/clientpositive/prepare_plan_func_expr.q:
##########
@@ -0,0 +1,12 @@
+--! qt:dataset:src
+--! qt:dataset:alltypesorc
+--SORT_QUERY_RESULTS
+
+explain prepare pint from select sum(ctinyint)/count(ctinyint) as ag from 
alltypesorc where cint <= ?  and cbigint <= ? and cfloat != ? group by cint;
+
+prepare pint from select sum(ctinyint)/count(ctinyint) as ag from alltypesorc 
where cint <= ?  and cbigint <= ? and cfloat != ? group by cint;
+
+explain execute pint using 100, 5000000, 0.023;
+
+execute pint using 100, 5000000, 0.023;
+

Review Comment:
   Thanks, LGTM!



-- 
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