Valentyn Kahamlyk created TINKERPOP-2960:
--------------------------------------------
Summary: Error handling Index with null property values
Key: TINKERPOP-2960
URL: https://issues.apache.org/jira/browse/TINKERPOP-2960
Project: TinkerPop
Issue Type: Bug
Components: tinkergraph
Affects Versions: 3.6.4, 3.5.6
Reporter: Valentyn Kahamlyk
TinkerGraph with enabled null properties (config option `
GREMLIN_TINKERGRAPH_ALLOW_NULL_PROPERTY_VALUES`) does not work correctly with
indexes.
The problem occurs when property with null value is indexed, [because
IndexedNull should be
used|https://github.com/apache/tinkerpop/blob/3.5-dev/tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerIndex.java#LL57C2-L60C2]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)