Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CC66B200C1B for ; Tue, 14 Feb 2017 17:33:54 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CB0E5160B5F; Tue, 14 Feb 2017 16:33:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 20AE6160B45 for ; Tue, 14 Feb 2017 17:33:53 +0100 (CET) Received: (qmail 30140 invoked by uid 500); 14 Feb 2017 16:33:53 -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 30104 invoked by uid 99); 14 Feb 2017 16:33:52 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2017 16:33:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 7D1A81A0399 for ; Tue, 14 Feb 2017 16:33:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 9HtC4pi4fApF for ; Tue, 14 Feb 2017 16:33:51 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 413145F659 for ; Tue, 14 Feb 2017 16:33:51 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 36EF9E0144 for ; Tue, 14 Feb 2017 16:33:43 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 45F7D2411B for ; Tue, 14 Feb 2017 16:33:42 +0000 (UTC) Date: Tue, 14 Feb 2017 16:33:42 +0000 (UTC) From: "Sandeep Tamhankar (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-13218) Duration validation error is unclear in case of overflow. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 14 Feb 2017 16:33:55 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-13218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15866074#comment-15866074 ] Sandeep Tamhankar commented on CASSANDRA-13218: ----------------------------------------------- Where is it specified that these are supposed to be int's? I was under the impression that since we're transmitting zigzag-encoded vint values and that format supports a 64-bit range, these attributes are intended to have signed 64-bit range. Is there a particular reason to restrict it? > Duration validation error is unclear in case of overflow. > --------------------------------------------------------- > > Key: CASSANDRA-13218 > URL: https://issues.apache.org/jira/browse/CASSANDRA-13218 > Project: Cassandra > Issue Type: Bug > Components: CQL > Reporter: Benjamin Lerer > Assignee: Benjamin Lerer > Fix For: 3.11.x > > > If a user try to insert a {{duration}} with a number of months or days that cannot fit in an {{int}} (for example: {{9223372036854775807mo1d}}), the error message is confusing. -- This message was sent by Atlassian JIRA (v6.3.15#6346)