Re: [BUG ]Encountering an unexpected exception [java.lang.IllegalArgumentException] when ordering vertices/edges by property values that are not defined for all
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")