You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2017/01/18 22:21:01 UTC

hive git commit: HIVE-15576 : Fix bug in QTestUtil where lines after a partial mask will not be masked (Thomas Poepping, reviewed by Sergey Shelukhin)

Repository: hive
Updated Branches:
  refs/heads/master b5f5f68a5 -> c9f81d22d


HIVE-15576 : Fix bug in QTestUtil where lines after a partial mask will not be masked (Thomas Poepping, reviewed by Sergey Shelukhin)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/c9f81d22
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/c9f81d22
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/c9f81d22

Branch: refs/heads/master
Commit: c9f81d22d81b72fea70f91b5e8b0430a9fd398c3
Parents: b5f5f68
Author: Sergey Shelukhin <se...@apache.org>
Authored: Wed Jan 18 14:19:59 2017 -0800
Committer: Sergey Shelukhin <se...@apache.org>
Committed: Wed Jan 18 14:20:55 2017 -0800

----------------------------------------------------------------------
 itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestUtil.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/c9f81d22/itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestUtil.java
----------------------------------------------------------------------
diff --git a/itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestUtil.java b/itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestUtil.java
index 85f8fc6..1eaf7af 100644
--- a/itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestUtil.java
+++ b/itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestUtil.java
@@ -1669,6 +1669,7 @@ public class QTestUtil {
           out.write(line);
           out.write("\n");
           lastWasMasked = true;
+          partialMaskWasMatched = false;
         }
       } else {
         out.write(line);