MironAtHome opened a new issue, #1985:
URL: https://github.com/apache/age/issues/1985
purely coding issue.
Function is_valid_label should be validating whether label exists,
inspecting label type.
Function is_valid_label_name should only check string against length and
pattern, and used in is_valid_label for name part validation, prior passing
request to function
```
label_cache_data *cache_data;
cache_data = search_label_name_graph_cache(label_name, graph_oid);
```
and inspecting `label_cache_data `for `.kind`
--
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]