Apoorv Naik created ATLAS-2337:
----------------------------------
Summary: [DSL] Use template substitution in the GremlinClauses
Key: ATLAS-2337
URL: https://issues.apache.org/jira/browse/ATLAS-2337
Project: Atlas
Issue Type: Bug
Reporter: Apoorv Naik
Assignee: Apoorv Naik
GremlinClause captures the bits and pieces of the query which are essentially
String.format() templates.
Suggestion: Replace the queries with apache velocity like templates for better
understanding and clarity, the query template would be self-explanatory
eg. has('%s', %s(%s)) -> has('${attrName}', ${comparisonOp}(${attrVal}))
This change will use apache commons text library for template variable
substitution
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)