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/02/07 22:01:40 UTC

hive git commit: HIVE-14671 : merge master into hive-14535 (Sergey Shelukhin)

Repository: hive
Updated Branches:
  refs/heads/hive-14535 b7670c479 -> 74d93333c


HIVE-14671 : merge master into hive-14535 (Sergey Shelukhin)


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

Branch: refs/heads/hive-14535
Commit: 74d93333ca0aa984980de724de3d2ea35222f36b
Parents: b7670c4
Author: Sergey Shelukhin <se...@apache.org>
Authored: Tue Feb 7 13:18:31 2017 -0800
Committer: Sergey Shelukhin <se...@apache.org>
Committed: Tue Feb 7 13:18:31 2017 -0800

----------------------------------------------------------------------
 .../org/apache/hadoop/hive/ql/io/orc/TestInputOutputFormat.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/74d93333/ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestInputOutputFormat.java
----------------------------------------------------------------------
diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestInputOutputFormat.java b/ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestInputOutputFormat.java
index 694ba7f..67097aa 100644
--- a/ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestInputOutputFormat.java
+++ b/ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestInputOutputFormat.java
@@ -39,6 +39,7 @@ import java.util.Properties;
 import java.util.TimeZone;
 
 import org.apache.commons.codec.binary.Base64;
+import org.apache.hadoop.conf.Configuration;
 import org.apache.hadoop.fs.FSDataOutputStream;
 import org.apache.hadoop.fs.FileStatus;
 import org.apache.hadoop.fs.FileSystem;