Description
To reproduce:
gremlin> g.V().values('test').max()
==>-2147483648
This should probably return an exeption, "cannot take max of nothing"
Attachments
Issue Links
- links to
To reproduce:
gremlin> g.V().values('test').max()
==>-2147483648
This should probably return an exeption, "cannot take max of nothing"