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 2017111FE9 for ; Mon, 7 Jul 2014 16:16:37 +0000 (UTC) Received: (qmail 62625 invoked by uid 500); 7 Jul 2014 16:16:36 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 62560 invoked by uid 500); 7 Jul 2014 16:16:36 -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 62508 invoked by uid 99); 7 Jul 2014 16:16:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2014 16:16:36 +0000 Date: Mon, 7 Jul 2014 16:16:36 +0000 (UTC) From: "Allan Shoup (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 Allan Shoup created AVRO-1539: --------------------------------- Summary: 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 Priority: Trivial 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.2#6252)