difin commented on code in PR #5381: URL: https://github.com/apache/hive/pull/5381#discussion_r1761691633
########## hplsql/src/test/java/org/apache/hive/hplsql/TestHplsqlLocal.java: ########## @@ -31,10 +27,7 @@ */ public class TestHplsqlLocal { - private final ByteArrayOutputStream out = new ByteArrayOutputStream(); - private final ByteArrayOutputStream err = new ByteArrayOutputStream(); - - @Test + @Test Review Comment: Please fix indentation. @test should have same ident as the method. ########## hplsql/src/test/java/org/apache/hive/hplsql/TestHplsqlOffline.java: ########## @@ -31,9 +27,7 @@ */ public class TestHplsqlOffline { - private final ByteArrayOutputStream out = new ByteArrayOutputStream(); - - @Test + @Test Review Comment: Please fix indentation. -- 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