carlosrmng commented on a change in pull request #171: GORA-538 No content 
stored for an object field with name "value"
URL: https://github.com/apache/gora/pull/171#discussion_r285833894
 
 

 ##########
 File path: gora-ignite/src/test/resources/gora-ignite-mapping.xml
 ##########
 @@ -21,6 +21,7 @@
   <class name="org.apache.gora.examples.generated.Employee" 
keyClass="java.lang.String" table="Employee">
     <primarykey column="pkssn" type="VARCHAR" />
     <field name="ssn" column="ssn" type="VARCHAR"/>
+               <field name="value" column="value" type="VARCHAR"/>
 
 Review comment:
   Use two-spaces instead of tabs

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to