Yang Xia created TINKERPOP-3152: ----------------------------------- Summary: Make dateDiff step handle null consistently Key: TINKERPOP-3152 URL: https://issues.apache.org/jira/browse/TINKERPOP-3152 Project: TinkerPop Issue Type: Task Affects Versions: 3.8.0 Reporter: Yang Xia
Currently the dateDiff step will throw when the incoming traverser isn't a Date type, which means it will throw if it's null, however it will handle null parameter inputs as 0 for the calculation. We should make the null handling behavior consistent for the step, but this may mean change in the semantics. -- This message was sent by Atlassian Jira (v8.20.10#820010)