Re: [BUG ]Encountering an unexpected exception [java.lang.IllegalArgumentException] when ordering vertices/edges by property values that are not defined for all


joyemang33@...
 

Sorry, the simple case seems that it does not work.
Here case with a little complex after-check that can cause the exception.
g.addV("v1")
g.addV("v2").property("name", "joye")
g.V().order().by("name")

Sorry for any inconvenience it caused.

Best regards,
Joye

Join {janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.