vinothchandar commented on a change in pull request #1945:
URL: https://github.com/apache/hudi/pull/1945#discussion_r468266821
##########
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:
We should look into why these thing are not being logged now. they
showed up for sure before
----------------------------------------------------------------
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]