Description
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.
Attachments
Attachments
Issue Links
- blocks
-
GORA-362 Refactor gora-dynamodb to support avro serialization
- Resolved
- breaks
-
GORA-401 Serialization and deserialization of Persistent does not hold the entity dirty state from Map to Reduce
- Resolved
- is related to
-
GORA-503 Field index 0 is always considered as clean even if it is dirty
- Resolved
- relates to
-
NUTCH-1714 Nutch 2.x upgrade to Gora 0.4
- Closed