g.V().has('vl1','vp1',lt(2)).hasLabel('vl1','vl2','vl3').count()
Cluster cluster=Cluster.open("/arcade.yaml");
Client client=cluster.connect();
client.submit("g.addV('vl1').property('vp1',1)");
client.submit("g.addV('vl2').property('vp1',1)"));
client.submit("g.addV('vl3').property('vp1',1)");
List<Result> results=client.submit("g.V().has('vl1','vp1',lt(2)).hasLabel('vl1','vl2','vl3').count()").all().get();
ArcadeDB Version: 22.8.1
JDK Version: jdk11
OS: windows wsl ubuntu1804
Expected behavior
Actual behavior
Steps to reproduce
arcade.yaml.zip