Omar-Saad commented on issue #988: URL: https://github.com/apache/age/issues/988#issuecomment-1591627950
Yes, the behavior you described is the expected behavior. In graph databases, the schema is flexible, allowing properties to be added dynamically to nodes and relationships. So when executing a Cypher query in a graph database and specifying a property that does not exist, the query is designed to return empty rows rather than throwing an error message. This flexibility in the graph database schema allows for easy adaptation to changing data requirements and the addition of new properties as needed. -- 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]
