andrii0lomakin opened a new pull request, #3274:
URL: https://github.com/apache/tinkerpop/pull/3274
- Updated `has()` special case logic to address potential issues when first
or third arguments are `null`. Example : `g.E().has("knows","weight",null)`
this query can lead to NPE on server execution as JavaTranslator can choose
GraphTravers#has(String, Sring, P) method instead of GraphTravers#has(String,
Sring, Object)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]