Robert Stupp created CASSANDRA-10819: ----------------------------------------
Summary: 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 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)