[
https://issues.apache.org/jira/browse/TINKERPOP-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954505#comment-16954505
]
Kalawa André commented on TINKERPOP-2306:
-----------------------------------------
[~spmallette] thank for your response.
It is not a Neptune issue cause I have only this issue through the gremlin
driver. I ve tried my query with Neptune REST API it works. The containing is
implemented an supported by Netptune(it uses 3.4.1 release)
containing
> TextP operator containing not work on java core driver
> ------------------------------------------------------
>
> Key: TINKERPOP-2306
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2306
> Project: TinkerPop
> Issue Type: Bug
> Components: driver
> Affects Versions: 3.4.0, 3.4.1
> Reporter: Kalawa André
> Priority: Major
>
> I am using gremlin driver for java (3.4.0 version).
> My remote database is Neptune AWS, this version supporte containing operator.
> But through the gremlin driver in my java code I am getting an exception for
> the operator
> _TextP.containing._
> _Here are some details_
> {code:java}
> // my gremlin query
> 1) ok case
> g.V().hasLabel('toons').repeat(out().simplePath()).until(has('denomination',
> 'Name', P.eq('Asterix')))
> 2 ko case
> g.V().hasLabel('toons').repeat(out().simplePath()).until(has('denomination',
> 'Name', TextP.containing('Asterix')))
> // Exceptions from Neptune
> REQUEST_ERROR_INVALID_REQUEST_ARGUMENTS
> {"code":"InvalidParameterException","detailedMessage":"Invalid OpProcessor
> requested [null]"}
> // Exception from Driver
> java.lang.NullPointerException: null
> {code}
> I found same issue here
> [https://github.com/JanusGraph/janusgraph/issues/239]
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)