You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by mm...@apache.org on 2016/05/16 20:41:58 UTC

hive git commit: Remove unintended import that caused build failure for JDK 8 in commit 4533d21b0be487e1f11fcc95578a2ba103e72a64 HIVE-13682: EOFException with fast hashtable (Matt McCline, reviewed by Sergey Shelukhin)

Repository: hive
Updated Branches:
  refs/heads/master bb1ee8167 -> e73891415


Remove unintended import that caused build failure for JDK 8 in commit 4533d21b0be487e1f11fcc95578a2ba103e72a64 HIVE-13682: EOFException with fast hashtable (Matt McCline, 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/e7389141
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/e7389141
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/e7389141

Branch: refs/heads/master
Commit: e738914157ca311dd880ca9607aa27c0e78e1caf
Parents: bb1ee81
Author: Matt McCline <mm...@hortonworks.com>
Authored: Mon May 16 13:41:38 2016 -0700
Committer: Matt McCline <mm...@hortonworks.com>
Committed: Mon May 16 13:41:38 2016 -0700

----------------------------------------------------------------------
 .../org/apache/hadoop/hive/serde2/binarysortable/MyTestClass.java  | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/e7389141/serde/src/test/org/apache/hadoop/hive/serde2/binarysortable/MyTestClass.java
----------------------------------------------------------------------
diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/binarysortable/MyTestClass.java b/serde/src/test/org/apache/hadoop/hive/serde2/binarysortable/MyTestClass.java
index 1349f74..df5e8db 100644
--- a/serde/src/test/org/apache/hadoop/hive/serde2/binarysortable/MyTestClass.java
+++ b/serde/src/test/org/apache/hadoop/hive/serde2/binarysortable/MyTestClass.java
@@ -53,8 +53,6 @@ import org.apache.hadoop.hive.serde2.typeinfo.CharTypeInfo;
 import org.apache.hadoop.hive.serde2.typeinfo.DecimalTypeInfo;
 import org.apache.hadoop.hive.serde2.typeinfo.VarcharTypeInfo;
 
-import com.sun.jdi.PrimitiveType;
-
 public class MyTestClass {
 
     public Boolean myBool;