addons/impala-bridge/src/main/java/org/apache/atlas/impala/hook/events/BaseImpalaEvent.java (2 lines): - line 413: // TODO: enable this once HMS hook is in. Disable this before that. - line 504: // TODO: enable this once HMS hook is in. Disable this before that. addons/storm-bridge/src/main/java/org/apache/atlas/storm/hook/StormTopologyUtil.java (2 lines): - line 167: //TODO: check if it makes more sense to just stick to json - line 181: //TODO check if it makes more sense to just stick to repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerV1.java (2 lines): - line 1015: //TODO element.size includes deleted items as well. should exclude - line 1038: //TODO keys.size includes deleted items as well. should exclude addons/storm-bridge/src/main/java/org/apache/atlas/storm/hook/StormAtlasHook.java (2 lines): - line 230: //TODO - Hbase Namespace is hardcoded to 'default'. need to check how to get this or is it already part of tableName - line 290: //TODO - What should we do for custom data sets. Not sure what name we can set here? repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java (1 line): - line 1187: //TODO get edge id is expensive. Use this logic. But doesn't work for now addons/impala-bridge/src/main/java/org/apache/atlas/impala/hook/ImpalaIdentifierParser.java (1 line): - line 367: // TODO: Remove impala builtin function names. Need to find content of addons/falcon-bridge/src/main/java/org/apache/atlas/falcon/bridge/FalconBridge.java (1 line): - line 359: //TODO - Fix after ATLAS-542 to shorter Name dashboardv3/public/js/utils/TableLayout.js (1 line): - line 414: // TODO - Debug this part webapp/src/main/java/org/apache/atlas/web/resources/DataSetLineageResource.java (1 line): - line 216: // TODO: Fix the error code if mismatch repository/src/main/java/org/apache/atlas/discovery/EntityLineageService.java (1 line): - line 147: // TODO: Complete error handling here dashboardv2/public/js/utils/TableLayout.js (1 line): - line 414: // TODO - Debug this part repository/src/main/java/org/apache/atlas/discovery/SearchProcessor.java (1 line): - line 1432: // TODO: Add contains any, contains all mappings here repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java (1 line): - line 2181: //TODO - Map directly in AtlasGraphUtilsV1