soumyakanti3578 commented on code in PR #5750: URL: https://github.com/apache/hive/pull/5750#discussion_r2031873570
########## data/files/source.txt: ########## @@ -1,4 +1,2 @@ -EXPLAIN -SELECT x.* FROM SRC x; - -SELECT x.* FROM SRC x; +SELECT 'Executed SQL query 1 using SOURCE command'; +SELECT 'Executed SQL query 2 using SOURCE command'; Review Comment: nit: It probably doesn't matter, but earlier we were testing EXPLAIN too. If you think it is needed, please add an EXPLAIN statement too. -- 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