thomasrebele commented on code in PR #6609:
URL: https://github.com/apache/hive/pull/6609#discussion_r3602325314
##########
itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CoreBeeLineDriver.java:
##########
@@ -237,9 +237,10 @@ private void runTest(QFile qFile, List<Callable<Void>>
preCommands) throws Excep
long filterEndTime = System.currentTimeMillis();
System.err.println(">>> FILTERED " + qFile.getName() + ": " +
(filterEndTime - queryEndTime)
+ "ms");
+ qOutProcessor.maskPatterns(qFile.getOutputFile().getPath());
+
Review Comment:
There's an extraneous linebreak on line 241.
--
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]