abstractdog commented on code in PR #5838: URL: https://github.com/apache/hive/pull/5838#discussion_r2225257745
########## beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java: ########## @@ -206,7 +207,7 @@ public void testVariablesForSource() { @Test public void testErrOutput() { - verifyCMD("show tables;set system:xxx=5;set system:yyy=${system:xxx};\nlss;", + verifyCMD("show tables;set system:xxx=5;set system:yyy=${system:xxx};\nlss;\n", Review Comment: eh, leftover, removing :D -- 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