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 6CAC51081F for ; Sun, 24 Nov 2013 18:02:35 +0000 (UTC) Received: (qmail 82343 invoked by uid 500); 24 Nov 2013 18:02:35 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 82322 invoked by uid 500); 24 Nov 2013 18:02:35 -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 82313 invoked by uid 99); 24 Nov 2013 18:02:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Nov 2013 18:02:35 +0000 Date: Sun, 24 Nov 2013 18:02:35 +0000 (UTC) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-6395) Add the ability to query by TimeUUIDs with milisecond granularity 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-6395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-6395: ----------------------------------------- Reviewer: Aleksey Yeschenko Assignee: Lorcan Coyle > Add the ability to query by TimeUUIDs with milisecond granularity > ----------------------------------------------------------------- > > Key: CASSANDRA-6395 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6395 > Project: Cassandra > Issue Type: New Feature > Reporter: Lorcan Coyle > Assignee: Lorcan Coyle > Priority: Minor > Labels: lhf > > Currently it is impossible to query for dates with the minTimeuuid and maxTimeuuid functions with sub-second accuracy from cqlsh because the parser doesn't recognise dates formatted at that granularity (e.g., 2013-09-30 22:19:06.591). By adding the following ISO8601 patterns to TimestampSerializer this functionality is unlocked: > "yyyy-MM-dd HH:mm:ss.SSS", > "yyyy-MM-dd HH:mm:ss.SSSZ", > "yyyy-MM-dd'T'HH:mm:ss.SSS", > "yyyy-MM-dd'T'HH:mm:ss.SSSZ". > I submitted this as a pull-request on the github mirror (https://github.com/apache/cassandra/pull/23), which I'll close now. I'll submit a patch to address this here. -- This message was sent by Atlassian JIRA (v6.1#6144)