Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1F0929BC9 for ; Mon, 19 Sep 2011 19:56:33 +0000 (UTC) Received: (qmail 45842 invoked by uid 500); 19 Sep 2011 19:56:33 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 45804 invoked by uid 500); 19 Sep 2011 19:56:32 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 45793 invoked by uid 99); 19 Sep 2011 19:56:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Sep 2011 19:56:32 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Sep 2011 19:56:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 728C6A2B92 for ; Mon, 19 Sep 2011 19:56:10 +0000 (UTC) Date: Mon, 19 Sep 2011 19:56:10 +0000 (UTC) From: "Scott Carey (JIRA)" To: dev@avro.apache.org Message-ID: <922238077.43536.1316462170465.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2000551798.33524.1316147048855.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (AVRO-888) Create SeekableInput based on data in byte[] 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/AVRO-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13108092#comment-13108092 ] Scott Carey commented on AVRO-888: ---------------------------------- Looks good overall, very simple. Can you add a Unit Test for this? It should be simple. Thanks! > Create SeekableInput based on data in byte[] > -------------------------------------------- > > Key: AVRO-888 > URL: https://issues.apache.org/jira/browse/AVRO-888 > Project: Avro > Issue Type: Improvement > Components: java > Affects Versions: 1.5.4 > Reporter: Saleem Shafi > Attachments: SeekableByteArrayInput.java > > > Currently, the object container format is only support for actual files, but we're finding it useful outside of that context and would like to see a SeekableInput implementation that is based on a byte[] of data rather than a File. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira