Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E39C810725 for ; Mon, 24 Feb 2014 21:32:11 +0000 (UTC) Received: (qmail 6698 invoked by uid 500); 24 Feb 2014 21:32:08 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 6667 invoked by uid 500); 24 Feb 2014 21:32:08 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 6659 invoked by uid 99); 24 Feb 2014 21:32:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Feb 2014 21:32:08 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of 0x6e6562@gmail.com designates 209.85.128.173 as permitted sender) Received: from [209.85.128.173] (HELO mail-ve0-f173.google.com) (209.85.128.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Feb 2014 21:32:02 +0000 Received: by mail-ve0-f173.google.com with SMTP id jw12so6327102veb.4 for ; Mon, 24 Feb 2014 13:31:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BjJ1+Q9P7lyof8twv7BmmJYiY0w3IP5ZqCyoVvhFqBM=; b=DAHpwYlA+ksL1QQAjHwJ7CZdQd/kskfnojKq2MNXvN1jEZZ+ClV2oxJ/9Thihi9Sg6 783FcdFtypF/xFB2bIiWH4vLCnJIaYHGl3+OZiqZxq4n1vaHIJlmJYiuniaCLh4kev2v p5WcFEgMzxscLot58Z5/PTL4x0gm0gFRVKIOQ1s73kFZdeJihdcs6Wb3tZAlIBZUB55h OZWwRui8aqHb6SszmdlbU2jGY4AkD77LnoKCdaZ6szRgUWbM+lhSpDv0tHwlzYcvpJSn OrRfLvY7pPJhBGhtpewSeTNRKDyn4UAUeFPhs6oY8B5NXxHD0cvL6gVxTgiW4VP4dyzV SnMw== MIME-Version: 1.0 X-Received: by 10.220.99.7 with SMTP id s7mr13960125vcn.19.1393277501604; Mon, 24 Feb 2014 13:31:41 -0800 (PST) Received: by 10.58.109.33 with HTTP; Mon, 24 Feb 2014 13:31:41 -0800 (PST) In-Reply-To: References: <20140224184009.58518b29@shy.leonerd.org.uk> <20140224190214.009083a4@shy.leonerd.org.uk> <20140224194307.7ad256cd@shy.leonerd.org.uk> Date: Mon, 24 Feb 2014 21:31:41 +0000 Message-ID: Subject: Re: CQL decimal encoding From: Ben Hood <0x6e6562@gmail.com> To: Theo Hultberg Cc: user@cassandra.apache.org, Peter Lin Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Feb 24, 2014 at 7:50 PM, Theo Hultberg wrote: > I don't know if it's by design or if it's by oversight that the data types > aren't part of the binary protocol specification. I had to reverse engineer > how to encode and decode all of them for the Ruby driver. There were > definitely a few bugs in the first few versions that could have been avoided > if there was a specification available. Yes, it would be nice and would improve the overall quality of all of the client drivers.