You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "Clément MATHIEU (JIRA)" <ji...@apache.org> on 2018/03/27 15:54:00 UTC

[jira] [Created] (CRUNCH-668) From.avroFile do not support globbing patterns (GenericData based overloads)

Clément MATHIEU created CRUNCH-668:
--------------------------------------

             Summary: From.avroFile do not support globbing patterns (GenericData based overloads)
                 Key: CRUNCH-668
                 URL: https://issues.apache.org/jira/browse/CRUNCH-668
             Project: Crunch
          Issue Type: Improvement
          Components: Core
    Affects Versions: 0.15.0
            Reporter: Clément MATHIEU
            Assignee: Josh Wills


GenericData based overloads of {{From.avroFile}} throws a RuntimeException when a globbing pattern is provided. I see no reason to not support globbing patterns here as it works fine with {{textFile}} and SpecificData based overloads.

The issue is that the code extracting Avro schema from the first file use {{listStatus}} rather than {{globStatus}}.





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)