-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 3.4.3
-
Fix Version/s: None
-
Component/s: python
-
Labels:None
In Bytecode mode, `with` will add a config kv pair to traversal, it should be OptionsStrategy which is code in traversalSource.java
But in `gremlin-python` SDK not, which couldn't be translated in server.
```
[Static type checking] - Not authorized to call this method: org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource.with:with([scriptEvaluationTimeout, 500000])
```
here we shoud set OptionsStrategy for configure kv pair.
- duplicates
-
TINKERPOP-2296 Per query timeout not working from Python
-
- Closed
-