Closed vermaharsh closed 5 years ago
@pietermartin could you please review this change and accept in mainline?
This adds support for using array operators @>
and &&
which are performant when working with a large list of integers.
Thanks for the PR, looks good. I'll review it properly on the weekend.
Can you explain the need for the tableau
repository changes you made to the root pom?
Can you explain the need for the
tableau
repository changes you made to the root pom?
It is for easily publishing jars to a repository that my team uses internally. I can take it out and only keep in the fork that we maintain. Let me know.
Yeah I think rather keep it in your local branch. Thanks
Done. Removed the tableau artifactory specific changes.
add array operator support
Optimize Gremlin step with ArrayContains and ArrayOverlaps predicates
Add tests