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

Hudson commented on GORA-474:
-----------------------------

SUCCESS: Integrated in gora-trunk #1646 (See 
[https://builds.apache.org/job/gora-trunk/1646/])
GORA-474 bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & 
(lewis.mcgibbney: rev 049555130980de6663674923968795de99edfe1c)
* gora-infinispan/pom.xml
* gora-solr/src/test/conf/gora-solr-mapping.xml
* gora-solr/src/main/java/org/apache/gora/solr/store/SolrStore.java
* gora-cassandra/src/test/conf/gora-cassandra-mapping.xml
* gora-core/src/examples/avro/webpage.json
* gora-mongodb/src/test/conf/gora-mongodb-mapping.xml
* gora-core/src/test/java/org/apache/gora/store/DataStoreTestBase.java
* gora-accumulo/src/test/resources/gora-accumulo-mapping.xml
* gora-core/src/examples/java/org/apache/gora/examples/generated/Employee.java
* gora-hbase/src/test/conf/gora-hbase-mapping.xml
* 
gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/MetricDatum.java
* gora-solr/src/test/conf/solr/WebPage/conf/schema.xml
* gora-core/src/examples/java/org/apache/gora/examples/generated/WebPage.java
* gora-core/src/test/java/org/apache/gora/store/DataStoreTestUtil.java
* gora-core/src/examples/java/org/apache/gora/examples/generated/Metadata.java
* gora-core/src/test/java/org/apache/gora/memory/store/MemStoreTest.java


> bug in org.apache.gora.solr.store.SolrStore#getDatumWriter & #getDatumReader
> ----------------------------------------------------------------------------
>
>                 Key: GORA-474
>                 URL: https://issues.apache.org/jira/browse/GORA-474
>             Project: Apache Gora
>          Issue Type: Bug
>          Components: gora-solr
>    Affects Versions: 0.6.1
>         Environment: n/a
>            Reporter: Aaron Cosand
>            Assignee: Lewis John McGibbney
>             Fix For: 0.7
>
>         Attachments: SolrStore.patch, gora-test.patch, webpage.avsc
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> The above referenced methods use schemaId to cache DatumReader and 
> DatumWriter instances.  This restricts you to using a schema type of "map" 
> with only a single value set.  the caching method should use a more specific 
> identifier like what is returned from fieldSchema.toString() instead of 
> schemaId, so that the caching mechanism doesn't return a reader/writer that 
> doesn't match your data set.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to