[ 
https://issues.apache.org/jira/browse/GORA-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13600381#comment-13600381
 ] 

Hudson commented on GORA-174:
-----------------------------

Integrated in GORA_174 #5 (See [https://builds.apache.org/job/GORA_174/5/])
    Applied working patch GORA-174 [0] version 12/Mar/13 17:55

[0] https://issues.apache.org/jira/browse/GORA-174 (Revision 1455623)

     Result = UNSTABLE
alfonsonishikawa : 
http://svn.apache.org/viewvc/gora/branches/GORA_174/?view=rev&rev=1455623
Files : 
* /gora/branches/GORA_174/gora-core/src/examples/avro/webpage.json
* 
/gora/branches/GORA_174/gora-core/src/examples/java/org/apache/gora/examples/WebPageDataCreator.java
* 
/gora/branches/GORA_174/gora-core/src/examples/java/org/apache/gora/examples/generated/Employee.java
* 
/gora/branches/GORA_174/gora-core/src/examples/java/org/apache/gora/examples/generated/Metadata.java
* 
/gora/branches/GORA_174/gora-core/src/examples/java/org/apache/gora/examples/generated/TokenDatum.java
* 
/gora/branches/GORA_174/gora-core/src/examples/java/org/apache/gora/examples/generated/WebPage.java
* 
/gora/branches/GORA_174/gora-core/src/examples/java/org/apache/gora/examples/mapreduce/WordCount.java
* 
/gora/branches/GORA_174/gora-core/src/main/java/org/apache/gora/compiler/GoraCompiler.java
* 
/gora/branches/GORA_174/gora-core/src/main/java/org/apache/gora/persistency/impl/PersistentBase.java
* 
/gora/branches/GORA_174/gora-core/src/test/java/org/apache/gora/mapreduce/MapReduceTestUtils.java
* 
/gora/branches/GORA_174/gora-core/src/test/java/org/apache/gora/store/DataStoreTestUtil.java

                
> GORA compiler does not handle ["string", "null"] unions in the AVRO schema
> --------------------------------------------------------------------------
>
>                 Key: GORA-174
>                 URL: https://issues.apache.org/jira/browse/GORA-174
>             Project: Apache Gora
>          Issue Type: Bug
>          Components: schema
>    Affects Versions: 0.2.1
>            Reporter: Julien Nioche
>            Assignee: Alfonso Nishikawa
>            Priority: Blocker
>             Fix For: 0.3
>
>         Attachments: GORA-174.patch, GORA-174.patch, GORA-174.patch, 
> GORA-174-test.patch
>
>
> See NUTCH-1477 for description. 
> We are getting NPE when using the DataFileAvroStore, in order to avoid that I 
> modified the schema to allow for null values on some fields e.g.    {"name": 
> "baseUrl", "type": ["string", "null"] }
> however when generating the code for the schema the accessors are not 
> generated by GORA which prevents Nutch from compiling 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to