You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "Josh Wills (JIRA)" <ji...@apache.org> on 2014/05/27 21:34:02 UTC

[jira] [Created] (CRUNCH-403) Allow underscores in field names for Scrunch reflection classes

Josh Wills created CRUNCH-403:
---------------------------------

             Summary: Allow underscores in field names for Scrunch reflection classes
                 Key: CRUNCH-403
                 URL: https://issues.apache.org/jira/browse/CRUNCH-403
             Project: Crunch
          Issue Type: Bug
          Components: Scrunch
            Reporter: Josh Wills


Avro doesn't support '$' chars in record definitions, so we currently swap them out with '_' everywhere they occur as part of the Scala reflection code. This of course is a problem for fields that are defined using underscores (e.g., page_rank) inside of reflected classes.



--
This message was sent by Atlassian JIRA
(v6.2#6252)