You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2015/12/27 22:05:49 UTC

[jira] [Updated] (CASSANDRA-10819) Generic Java UDF types

     [ https://issues.apache.org/jira/browse/CASSANDRA-10819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Stupp updated CASSANDRA-10819:
-------------------------------------
    Labels: UDF doc-impacting  (was: UDF)

> Generic Java UDF types
> ----------------------
>
>                 Key: CASSANDRA-10819
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10819
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: CQL
>            Reporter: Robert Stupp
>            Assignee: Robert Stupp
>            Priority: Minor
>              Labels: UDF, doc-impacting
>             Fix For: 3.x
>
>
> At the moment we only generate raw type signatures for Java UDF methods. E.g. a CQL argument type {{map<int, text>}} is just mapped to {{java.util.Map}} but could be mapped to {{java.util.Map<Integer, String>}}.
> It's a probably simple but nice improvement and feels to be a LHF.
> Depending on the complexity it might be doable for 3.0.x, too.
> Thanks for the heads-up, [~doanduyhai]!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)