You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Kalawa André (Jira)" <ji...@apache.org> on 2019/10/18 07:32:00 UTC

[jira] [Created] (TINKERPOP-2306) TextP operator containing not work on java core driver

Kalawa André created TINKERPOP-2306:
---------------------------------------

             Summary: 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.1, 3.4.0
            Reporter: Kalawa André


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)