This is an automated email from the ASF dual-hosted git repository.
djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git
The following commit(s) were added to refs/heads/master by this push:
new 2f97b50 Add value field to employee mappings in hive mapping xml
(#191)
2f97b50 is described below
commit 2f97b50c06cd040155a688cccf6990961f2170cf
Author: Chanaka Balasooriya <[email protected]>
AuthorDate: Wed Aug 28 15:47:36 2019 +0530
Add value field to employee mappings in hive mapping xml (#191)
---
gora-hive/src/test/resources/gora-hive-mapping.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/gora-hive/src/test/resources/gora-hive-mapping.xml
b/gora-hive/src/test/resources/gora-hive-mapping.xml
index 6d31df9..766eeef 100644
--- a/gora-hive/src/test/resources/gora-hive-mapping.xml
+++ b/gora-hive/src/test/resources/gora-hive-mapping.xml
@@ -24,6 +24,7 @@
<field name="ssn"/>
<field name="salary"/>
<field name="webpage"/>
+ <field name="value"/>
</class>
<class name="org.apache.gora.examples.generated.WebPage"
keyClass="java.lang.String" tableName="WebPage">