InvisibleProgrammer commented on code in PR #5750: URL: https://github.com/apache/hive/pull/5750#discussion_r2033016262
########## 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: You are right. It doesn't matter. As @zabetak wrote: The goal of the test source.q is to test if the command source works at all. -- 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