divijvaidya commented on pull request #1481:
URL: https://github.com/apache/tinkerpop/pull/1481#issuecomment-927742342
Could we also please create a JIRA to write an optimizer to handle empty
within()/without() steps from the query? Some examples of how the optimizers
will behave are as follows (I can add more details in the JIRA later):
1. `has(key, within(''))` is always false in which case we can replace
`within('')` with `false`.
2. `has(hey, without(''))` is always true in which case this
step/`HasContainer` can be removed from the traversal as a filter.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]