Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1285217B05 for ; Thu, 4 Jun 2015 15:03:39 +0000 (UTC) Received: (qmail 84938 invoked by uid 500); 4 Jun 2015 15:03:38 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 84900 invoked by uid 500); 4 Jun 2015 15:03:38 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 84888 invoked by uid 99); 4 Jun 2015 15:03:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2015 15:03:38 +0000 Date: Thu, 4 Jun 2015 15:03:38 +0000 (UTC) From: "Robert Stupp (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-9400) smallint, tinyint, date + time types in UDFs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-9400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14572933#comment-14572933 ] Robert Stupp commented on CASSANDRA-9400: ----------------------------------------- Thanks. Don't think that there will be significant issues regarding our unit tests. But Nashorn and Rhino behave a bit differently - we had some trouble with unit tests passing on the one and failing on the other - things that happen with untyped languages. AFAIR it was related to what one engine interprets as an integer an the other as a float. > 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.0 rc1 > > Attachments: 9400.txt, 9400v2.txt > > > 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)