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

Hudson commented on GORA-326:
-----------------------------

SUCCESS: Integrated in gora-trunk #1183 (See 
[https://builds.apache.org/job/gora-trunk/1183/])
GORA-326 Removal of _g_dirty field from _ALL_FIELDS array and Field Enum in 
Persistent classes (rmarroquin: rev 60ce64877ea44cdc6ab295f8e6715e6da1b88ff8)
* gora-accumulo/src/main/java/org/apache/gora/accumulo/store/AccumuloStore.java
* gora-compiler/src/main/velocity/org/apache/gora/compiler/templates/record.vm
* 
gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/MetricDatum.java
* gora-core/src/main/java/org/apache/gora/util/AvroUtils.java
* gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java
* gora-core/src/examples/java/org/apache/gora/examples/generated/Metadata.java
* gora-core/src/examples/java/org/apache/gora/examples/generated/TokenDatum.java
* gora-core/src/examples/java/org/apache/gora/examples/generated/V2.java
* gora-compiler/src/main/java/org/apache/gora/compiler/GoraCompiler.java
* gora-core/src/examples/java/org/apache/gora/examples/generated/Employee.java
* 
gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java
* gora-core/src/test/java/org/apache/gora/mock/persistency/MockPersistent.java
* 
gora-core/src/examples/java/org/apache/gora/examples/generated/ImmutableFields.java
* gora-core/src/main/java/org/apache/gora/persistency/impl/PersistentBase.java
* gora-core/src/examples/java/org/apache/gora/examples/generated/WebPage.java


> Removal of _g_dirty field from _ALL_FIELDS array and Field Enum in Persistent 
> classes
> -------------------------------------------------------------------------------------
>
>                 Key: GORA-326
>                 URL: https://issues.apache.org/jira/browse/GORA-326
>             Project: Apache Gora
>          Issue Type: Improvement
>          Components: gora-core
>    Affects Versions: 0.4
>            Reporter: Alparslan Avcı
>            Assignee: Renato Javier Marroquín Mogrovejo
>            Priority: Minor
>              Labels: gora-core
>             Fix For: 0.5
>
>         Attachments: GORA-326.patch, GORA-326.v1.patch
>
>
> In auto-generated persistent classes, we create an array field called 
> ALL_FIELDS as you know. But this array also contains _g_dirty field, which is 
> not a stored field at all. Maybe we should remove _g_dirty field from the 
> array, since the array is used for getting all fields in the stored table. We 
> can also remove it from Field enum, so the users do not know about the 
> _g_dirty field.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to