You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (JIRA)" <ji...@apache.org> on 2015/05/18 10:40:03 UTC

[jira] [Commented] (CASSANDRA-9400) smallint, tinyint, date + time types in UDFs

    [ https://issues.apache.org/jira/browse/CASSANDRA-9400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14547727#comment-14547727 ] 

Sylvain Lebresne commented on CASSANDRA-9400:
---------------------------------------------

Given that it's probably simple enough to add in the java driver, I think we can try to get a version ready for the RC (even if that's not an officially released version, what we use for UDFs is pretty limited). We can always get back to disallowing those types before the RC otherwise, but I'd like to try supporting them if we can.

> smallint, tinyint, date + time types in UDFs
> --------------------------------------------
>
>                 Key: CASSANDRA-9400
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9400
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Robert Stupp
>            Assignee: Robert Stupp
>             Fix For: 2.2 rc1
>
>
> Cassandra 2.2 adds new types {{smallint}}, {{tinyint, {{date}} + {{time}}.
> However the bundled Java driver does not support them.
> There are two options:
> # Do not allow the new types {{smallint}}, {{tinyint}}, {{date}} + {{time}} for UDFs
> # Use a new Java Driver version that can handle these types.
> Probably we should go with option 1 and update the driver in a 2.2.x release?



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