Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 47036C3A1 for ; Tue, 4 Jun 2013 03:01:32 +0000 (UTC) Received: (qmail 86398 invoked by uid 500); 4 Jun 2013 03:01:32 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 86367 invoked by uid 500); 4 Jun 2013 03:01:32 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 86147 invoked by uid 99); 4 Jun 2013 03:01:31 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jun 2013 03:01:31 +0000 Date: Tue, 4 Jun 2013 03:01:31 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-8201) Implement serialization strategies 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/HBASE-8201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-8201: -------------------------------- Attachment: 0001-HBASE-8201-OrderedBytes-provides-order-preserving-se.patch This patch addresses: - encoding and decoding sequences of values ("compound rowkey") - bounds/error checking with String encoding - support for "mid" blob encoding and decoding, allowing byte[] to be used in the middle of compound keys. Remaining TODOs include: - descending sort order - utilities for counting, skipping encoded values on a ByteBuffer - consider using BigInteger/BigDecimal to allow for arbitrary size and precision numerics. (CC [~mcorgan], [~giacomotaylor]) > Implement serialization strategies > ---------------------------------- > > Key: HBASE-8201 > URL: https://issues.apache.org/jira/browse/HBASE-8201 > Project: HBase > Issue Type: Sub-task > Components: Client > Reporter: Nick Dimiduk > Fix For: 0.95.2 > > Attachments: 0001-HBASE-8201-OrderedBytes-provides-order-preserving-se.patch, 0001-HBASE-8201-OrderedBytes-provides-order-preserving-se.patch > > > Once the spec is agreed upon, it must be implemented. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira