zhengyingying commented on issue #1950: URL: https://github.com/apache/incubator-hugegraph/issues/1950#issuecomment-1231597252
The exception can also be triggered when we remove the label `el0` in `hasLabel('el0','el1')`. Maybe the reason is not the multiple labels. In addition, I find that if I execute this query as the following way, it does not throw exception but return the correct result. ``` g.V().inE('el0'); -- {e:{1}} g.E(1).hasLabel('el0','el1'); -- {e:{1}} ``` -- 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: dev-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org