Repository: hive
Updated Branches:
  refs/heads/master 1dd863ab0 -> 20ce1c61c


HIVE-18557: q.outs: fix issues caused by q.out_spark files (Laszlo Bodor via 
Peter Vary)

Signed-off-by: Zoltan Haindrich <k...@rxd.hu>


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

Branch: refs/heads/master
Commit: 27ea7cca75ed05de6f9b50f6820c1ec5afdc3b39
Parents: 1dd863a
Author: Laszlo Bodor <bodorlaszlo0...@gmail.com>
Authored: Mon Jan 29 08:11:55 2018 +0100
Committer: Zoltan Haindrich <k...@rxd.hu>
Committed: Mon Jan 29 08:13:48 2018 +0100

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/27ea7cca/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fb230b7..8218bcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1293,6 +1293,7 @@
            <exclude>**/*.properties</exclude>
            <exclude>**/*.q</exclude>
            <exclude>**/*.q.out</exclude>
+           <exclude>**/*.q.out_*</exclude>
            <exclude>**/*.xml</exclude>
            <exclude>**/gen/**</exclude>
            <exclude>**/scripts/**</exclude>

Reply via email to