vinothchandar commented on a change in pull request #1945:
URL: https://github.com/apache/hudi/pull/1945#discussion_r468266606



##########
File path: hudi-integ-test/src/test/java/org/apache/hudi/integ/ITTestBase.java
##########
@@ -103,22 +103,26 @@ private static String getHiveConsoleCommandFile(String 
commandFile, String addit
     if (additionalVar != null) {
       builder.append(" --hivevar " + additionalVar + " ");
     }
-    return builder.append(" -f ").append(commandFile).toString();
+    builder.append(" -f ").append(commandFile);
+    System.out.println("Hive command : " + builder.toString());

Review comment:
       no I meant, why not log.info() or something? 




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to