dehowef commented on PR #916: URL: https://github.com/apache/age/pull/916#issuecomment-1548635357
> @dehowef @jrgemignani Just a small question 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 > ^ > ``` it was probably overlooked, but yeah, I think the intended behavior is that it should fail for edges as well. Good looking out Taha. @jrgemignani, can you take a look when you have a chance? -- 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]
