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

Hudson commented on GORA-463:
-----------------------------

SUCCESS: Integrated in gora-trunk #1640 (See 
[https://builds.apache.org/job/gora-trunk/1640/])
Fix missing semicolon in GORA-463 (lewis.j.mcgibbney: rev 
d46a96f4125cc0abf024226d7f43e6a6e614a1ec)
* 
gora-cassandra/src/main/java/org/apache/gora/cassandra/query/CassandraSubColumn.java


> Missing assignment in CassandraSubColumn#getUnionSchema()
> ---------------------------------------------------------
>
>                 Key: GORA-463
>                 URL: https://issues.apache.org/jira/browse/GORA-463
>             Project: Apache Gora
>          Issue Type: Bug
>    Affects Versions: 0.6.1
>            Reporter: Ted Yu
>            Assignee: Lewis John McGibbney
>             Fix For: 0.7
>
>
> Here is related code:
> {code}
>     Schema unionSchema = pSchema.getTypes().get(pSchemaPos);
>     // default union element
>     if ( unionSchema == null )
>       pSchema.getTypes().get(CassandraStore.DEFAULT_UNION_SCHEMA);
> {code}
> The return value from pSchema.getTypes().get() should be assigned to 
> unionSchema before returning.



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

Reply via email to