ramesh0201 commented on code in PR #5155: URL: https://github.com/apache/hive/pull/5155#discussion_r1538080619
########## ql/src/test/queries/clientpositive/execute_query_string.q: ########## @@ -0,0 +1,3 @@ +create table prepareexecute(a int, b int); +prepare pcount from select count(*) from prepareexecute where a > ?; +execute pcount using '200'; Review Comment: Yes you are right, I will remove the new q file -- 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]
