ashniku commented on code in PR #6371: URL: https://github.com/apache/hive/pull/6371#discussion_r2960822498
########## ql/src/test/queries/clientpositive/hive_27193.q: ########## @@ -0,0 +1,6 @@ +CREATE DATABASE `@test`; +USE `@test`; +CREATE TABLE testtable (c1 INT); +ALTER TABLE testtable ADD COLUMNS (c2 INT); Review Comment: @Neer393 I have addressed the TestDanglingQOuts failure by promoting the result file to the correct directory: ql/src/test/results/clientpositive/llap/hive_27193.q.out. Tests: The test case hive_27193 is now correctly integrated into the LLAP test suite. Could you please trigger the Hive QA (Jenkins) run again when you have a moment? Thank you!" -- 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]
