contrueCT commented on PR #2991:
URL: https://github.com/apache/hugegraph/pull/2991#issuecomment-4327662003

   @imbajin  这次提交去掉了 compareBoolean 里 null -> false 的静默转换,现在 boolean 比较遇到 null 
会显式失败;hugegraph-struct 中对应实现也已同步修改,保持两边语义一致。另外,TraversalUtil 中已将 boolean 
neq(value) 规范化为 eq(!value),让它可以和 boolean equality 一样走 secondary index 路径。测试也补充了 
null 比较异常、Edge 上的 P.neq(true/false),以及 Vertex 上对应的 boolean neq 路径覆盖。


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to