Commit 13aae4bf by Shwetha GS

BUG-39302 hive lineage fails for custom types

parent 8c542861
......@@ -79,7 +79,7 @@ public class HiveLineageService implements LineageService {
"hive_table where name=\"%s\", columns");
HIVE_TABLE_EXISTS_QUERY = conf.getString(
"atlas.lineage.hive.table.exists.query",
"from hive_table where name=\"%s\"");
"from " + HIVE_TABLE_TYPE_NAME + " where name=\"%s\"");
} catch (AtlasException e) {
throw new RuntimeException(e);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment