This is an automated email from the ASF dual-hosted git repository.

sidmishra pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 9281c815730ea96aeffd9519c1bd1bbbdbfda746
Author: nixonrodrigues <[email protected]>
AuthorDate: Thu May 2 20:37:08 2019 -0700

    ATLAS-3033: Skip hive temp table while getting Table object details from 
hiveContext.
    
    Signed-off-by: Madhan Neethiraj <[email protected]>
    
    (cherry picked from commit b5472ce313dcf24b0bffbe5201f0c95eec025848)
    (cherry picked from commit 0323ce3825c63b06d7b0032edd10b73b84078a4a)
---
 .../src/main/java/org/apache/atlas/hive/hook/events/BaseHiveEvent.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/events/BaseHiveEvent.java
 
b/addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/events/BaseHiveEvent.java
index 5b6dfbd..3f35813 100644
--- 
a/addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/events/BaseHiveEvent.java
+++ 
b/addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/events/BaseHiveEvent.java
@@ -25,7 +25,7 @@ import org.apache.atlas.model.instance.AtlasEntity;
 import org.apache.atlas.model.instance.AtlasEntity.AtlasEntitiesWithExtInfo;
 import org.apache.atlas.model.instance.AtlasEntity.AtlasEntityWithExtInfo;
 import org.apache.atlas.model.instance.AtlasEntity.AtlasEntityExtInfo;
-import org.apache.atHiveDbDDLPreprocessor.javalas.model.instance.AtlasObjectId;
+import org.apache.atlas.model.instance.AtlasObjectId;
 import org.apache.atlas.model.instance.AtlasRelatedObjectId;
 import org.apache.atlas.model.instance.AtlasStruct;
 import org.apache.atlas.model.notification.HookNotification;

Reply via email to