Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-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 19C3D10255 for ; Tue, 28 Jan 2014 02:35:48 +0000 (UTC) Received: (qmail 19331 invoked by uid 500); 28 Jan 2014 02:35:43 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 19149 invoked by uid 500); 28 Jan 2014 02:35:40 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 19118 invoked by uid 500); 28 Jan 2014 02:35:39 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 19105 invoked by uid 99); 28 Jan 2014 02:35:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jan 2014 02:35:39 +0000 Date: Tue, 28 Jan 2014 02:35:39 +0000 (UTC) From: "Micah Whitacre (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CRUNCH-333) Add From and At methods for reading Avro files from the on-disk schema 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/CRUNCH-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13883677#comment-13883677 ] Micah Whitacre commented on CRUNCH-333: --------------------------------------- +1 for the patch except for a nit for closing the DataFileReader. > Add From and At methods for reading Avro files from the on-disk schema > ---------------------------------------------------------------------- > > Key: CRUNCH-333 > URL: https://issues.apache.org/jira/browse/CRUNCH-333 > Project: Crunch > Issue Type: Bug > Components: IO > Reporter: Josh Wills > Attachments: CRUNCH-333.patch > > > We had a couple of user requests for a convenience method that would read an Avro file as a Source/SourceTarget from a path without requiring a schema to be specified up front, i.e., that would pull the schema from the file itself. -- This message was sent by Atlassian JIRA (v6.1.5#6160)