MuhammadTahaNaveed commented on PR #916:
URL: https://github.com/apache/age/pull/916#issuecomment-1546997573
@dehowef @jrgemignani Just a small query here.`Labels that don't exist but
do match` pass for edges but for vertices it fails. Should'nt that pass for
vertices as well ?
```
MATCH (r1:invalid), (r1:invalid) return 0
ERROR: multiple labels for variable 'r1' are not supported
LINE 2: MATCH (r1:invalid), (r1:invalid) return 0
^
```
--
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]