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 BCCD0C859 for ; Wed, 17 Dec 2014 17:05:13 +0000 (UTC) Received: (qmail 92908 invoked by uid 500); 17 Dec 2014 17:05:13 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 92833 invoked by uid 500); 17 Dec 2014 17:05:13 -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 92821 invoked by uid 99); 17 Dec 2014 17:05:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2014 17:05:13 +0000 Date: Wed, 17 Dec 2014 17:05:13 +0000 (UTC) From: "Allan Shoup (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AVRO-1539) Add FileSystem-based FsInput Constructor 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-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allan Shoup updated AVRO-1539: ------------------------------ Attachment: AVRO-1539c.patch Added tests for FsInput. I also included some missing {{@Override}} annotations. > Add FileSystem-based FsInput Constructor > ---------------------------------------- > > Key: AVRO-1539 > URL: https://issues.apache.org/jira/browse/AVRO-1539 > Project: Avro > Issue Type: Improvement > Components: java > Affects Versions: 1.7.6 > Reporter: Allan Shoup > Assignee: Allan Shoup > Priority: Trivial > Fix For: 1.8.0 > > Attachments: AVRO-1539.patch, AVRO-1539b.patch, AVRO-1539c.patch > > > The current FsInput constructor uses a Configuration object to retrieve the FileSystem. It would be convenient to have an additional constructor that directly took a FileSystem for instances where consuming code already has that available. -- This message was sent by Atlassian JIRA (v6.3.4#6332)