aditya-gupta36 commented on code in PR #313: URL: https://github.com/apache/atlas/pull/313#discussion_r2032871058
########## intg/src/main/java/org/apache/atlas/AtlasErrorCode.java: ########## @@ -179,6 +179,8 @@ public enum AtlasErrorCode { LINEAGE_ON_DEMAND_NOT_ENABLED(400, "ATLAS-400-00-100", "Lineage on demand config: {0} is not enabled"), INVALID_TOPIC_NAME(400, "ATLAS-400-00-101", "Unsupported topic name : {0}"), UNSUPPORTED_TYPE_NAME(400, "ATLAS-400-00-102", "Unsupported {0} name. Names such as 'description','version','options','name','servicetype' are not supported"), + INVALID_OPERATOR_PASSED(400, "ATLAS-400-00-103", "Invalid Operator Passed: for attribute name: {0}"), Review Comment: Yes, It has been renamed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org