LA-Toth commented on PR #3069:
URL: https://github.com/apache/hive/pull/3069#issuecomment-1251350826

   with this change:
   
      diff --git 
a/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java             
b/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java
      index 5ea4d11b7a..f7be6875ee 100644
      --- a/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java
      +++ b/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java
      @@ -291,8 +291,8 @@ public static void init(){
         public void setup() throws IOException, URISyntaxException {
           System.setProperty("datanucleus.schema.autoCreateAll", "true");
           cli = new HiveCli();
      -    initFromFile();
           redirectOutputStream();
      +    initFromFile();
         }
   
      private void redirectOutputStream() {


-- 
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]

Reply via email to