[
https://issues.apache.org/jira/browse/TINKERPOP-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16242271#comment-16242271
]
Robert Dale commented on TINKERPOP-1802:
----------------------------------------
It looks that way to me already...
{noformat}
g.V().hasId([]).count() == 0
g.V().hasId(within([])).count() == 0
g.V().hasId(without([])).count() == 6
g.V().not(hasId([])).count() == 6
{noformat}
> hasId() fails for empty collections
> -----------------------------------
>
> Key: TINKERPOP-1802
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1802
> Project: TinkerPop
> Issue Type: Bug
> Components: process
> Affects Versions: 3.3.0, 3.2.6
> Reporter: Daniel Kuppitz
> Assignee: Marko A. Rodriguez
>
> {noformat}
> gremlin> g.V().hasId(within([]))
> 0
> Type ':help' or ':h' for help.
> Display stack trace? [yN]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)