spmallette commented on code in PR #3211: URL: https://github.com/apache/tinkerpop/pull/3211#discussion_r2440735913
########## docs/src/upgrade/release-3.8.x.asciidoc: ########## @@ -834,6 +867,10 @@ See: link:https://issues.apache.org/jira/browse/TINKERPOP-3192[TINKERPOP-3192] ==== Graph System Providers +==== Type Predicate + +Type predicate can accept custom types via `String` class name registered inside the `Type.GlobalTypeCache`. The Gremlin grammar accepts any string literal, which is resolved into the class registered inside the cache. Review Comment: This section is really light for such an important topic. Why/when would providers use this? How about a link to provider documentation that explains how this all works? -- 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]
