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


##########
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 for the review @soumyakanti3578 , Can you please look at the changes 
in the test file and verify?



-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to