[
https://issues.apache.org/jira/browse/CASSANDRA-10365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14990390#comment-14990390
]
Alexandre Dutra commented on CASSANDRA-10365:
---------------------------------------------
Pushed two new commits to the [current
PR|https://github.com/datastax/java-driver/pull/467] for the Java driver. The
first one gets rid of the new dependency on jgrapht, and implements topological
sort from scratch (following Kahn's algorithm); the second one is of less
interest for this ticket but for the record, it enables lazy resolution of UDTs
when the dependency graph is incomplete (which can happen when we refresh
metadata for just a subset of the entire schema).
> Store types by their CQL names in schema tables instead of fully-qualified
> internal class names
> -----------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-10365
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10365
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Aleksey Yeschenko
> Assignee: Aleksey Yeschenko
> Labels: client-impacting
> Fix For: 3.0.0
>
>
> Consider saving CQL types names for column, UDF/UDA arguments and return
> types, and UDT components.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)