RahimullahShaheen commented on issue #988: URL: https://github.com/apache/age/issues/988#issuecomment-1591424131
In the documentation of cypher, in the section working with null you can find that in cypher returning a property from a node that does not have said property produces null instead of throwing error because null in cypher represents missing or undefined values. In your case as well, as there is no `com` property defined for any of the nodes, the result is empty rows which indicates that all nodes have null value for `com` property. -- 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: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org