You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2018/04/23 10:33:37 UTC

hive git commit: HIVE-19194: addendum for branch-3: fix imports

Repository: hive
Updated Branches:
  refs/heads/branch-3 f29fae7d3 -> 4397f38c9


HIVE-19194: addendum for branch-3: fix imports


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

Branch: refs/heads/branch-3
Commit: 4397f38c9da60462a8cf1bd0dd6ed8dc7e745aba
Parents: f29fae7
Author: Zoltan Haindrich <ki...@rxd.hu>
Authored: Mon Apr 23 12:30:50 2018 +0200
Committer: Zoltan Haindrich <ki...@rxd.hu>
Committed: Mon Apr 23 12:30:50 2018 +0200

----------------------------------------------------------------------
 .../apache/hadoop/hive/ql/parse/ReplicationSemanticAnalyzer.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/4397f38c/ql/src/java/org/apache/hadoop/hive/ql/parse/ReplicationSemanticAnalyzer.java
----------------------------------------------------------------------
diff --git a/ql/src/java/org/apache/hadoop/hive/ql/parse/ReplicationSemanticAnalyzer.java b/ql/src/java/org/apache/hadoop/hive/ql/parse/ReplicationSemanticAnalyzer.java
index 51b4cec..1f3eab7 100644
--- a/ql/src/java/org/apache/hadoop/hive/ql/parse/ReplicationSemanticAnalyzer.java
+++ b/ql/src/java/org/apache/hadoop/hive/ql/parse/ReplicationSemanticAnalyzer.java
@@ -48,6 +48,7 @@ import org.apache.hadoop.hive.ql.plan.AlterTableDesc;
 import org.apache.hadoop.hive.ql.plan.DDLWork;
 import org.apache.hadoop.hive.ql.plan.DependencyCollectionWork;
 import org.apache.hadoop.hive.ql.plan.PlanUtils;
+import org.apache.hadoop.hive.ql.session.SessionState;
 import org.apache.hadoop.hive.ql.stats.StatsUtils;
 
 import java.io.FileNotFoundException;