Commit d22fa7eb by apoorvnaik

Coverity fixes for ATLAS-1880

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