You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by mg...@apache.org on 2020/03/12 23:04:07 UTC

[hive] branch master updated: HIVE-23013 Fix UnitTestPropertiesParser creation log message (Miklos Gergely, reviewed by Zoltan Haindrich)

This is an automated email from the ASF dual-hosted git repository.

mgergely pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 9be51fd  HIVE-23013 Fix UnitTestPropertiesParser creation log message (Miklos Gergely, reviewed by Zoltan Haindrich)
9be51fd is described below

commit 9be51fdaa5a72300d6f3abe7570b348fcca9c9a3
Author: miklosgergely <mg...@cloudera.com>
AuthorDate: Wed Mar 11 14:37:07 2020 +0100

    HIVE-23013 Fix UnitTestPropertiesParser creation log message (Miklos Gergely, reviewed by Zoltan Haindrich)
---
 .../org/apache/hive/ptest/execution/conf/UnitTestPropertiesParser.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testutils/ptest2/src/main/java/org/apache/hive/ptest/execution/conf/UnitTestPropertiesParser.java b/testutils/ptest2/src/main/java/org/apache/hive/ptest/execution/conf/UnitTestPropertiesParser.java
index 490c23b..d110cec 100644
--- a/testutils/ptest2/src/main/java/org/apache/hive/ptest/execution/conf/UnitTestPropertiesParser.java
+++ b/testutils/ptest2/src/main/java/org/apache/hive/ptest/execution/conf/UnitTestPropertiesParser.java
@@ -90,7 +90,7 @@ class UnitTestPropertiesParser {
                            File sourceDirectory, Logger logger,
                            FileListProvider fileListProvider,
                            Set<String> excludedProvided, boolean inTest) {
-    logger.info("{} created with sourceDirectory={}, testCasePropertyName={}, excludedProvide={}",
+    logger.info("{} created with sourceDirectory={}, testCasePropertyName={}, excludedProvide={}" +
         "fileListProvider={}, inTest={}",
         UnitTestPropertiesParser.class.getSimpleName(), sourceDirectory, testCasePropertyName,
         excludedProvided,