----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59321/ -----------------------------------------------------------
Review request for atlas, Apoorv Naik, Ashutosh Mestry, Madhan Neethiraj, and Suma Shivaprasad. Bugs: ATLAS-1807 https://issues.apache.org/jira/browse/ATLAS-1807 Repository: atlas Description ------- Current DSL search doesn't support wildcard searches, this JIRA will introduce a new operator in DSL for wildcard - "like" eg. hive_table where name like "employee*" hive_column where qualifiedName like "defa?lt*" hive_column where name like "loc*" and position=5 and qualifiedName like "default.employee2*" Diffs ----- repository/src/main/java/org/apache/atlas/gremlin/Gremlin2ExpressionFactory.java 807dd055 repository/src/main/java/org/apache/atlas/gremlin/Gremlin3ExpressionFactory.java 9f68c9a0 repository/src/main/java/org/apache/atlas/gremlin/GremlinExpressionFactory.java ff5a58c9 repository/src/main/scala/org/apache/atlas/query/GremlinQuery.scala 3a310a77 repository/src/main/scala/org/apache/atlas/query/QueryParser.scala 8d454e94 Diff: https://reviews.apache.org/r/59321/diff/1/ Testing ------- in progress Thanks, Sarath Subramanian