Commit d22fa7eb by apoorvnaik

Coverity fixes for ATLAS-1880

parent 617bc25e
......@@ -363,6 +363,7 @@ public class GremlinStep implements PipelineStep {
break;
case ENDS_WITH:
query.has(qualifiedAttributeName, MatchingOperator.REGEX, getSuffixRegex(attrValue));
break;
case IN:
LOG.warn("{}: unsupported operator. Ignored", operator);
break;
......
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