Github user lewismc commented on a diff in the pull request:
https://github.com/apache/gora/pull/72#discussion_r73615743
--- Diff:
gora-core/src/main/java/org/apache/gora/persistency/impl/PersistentBase.java ---
@@ -181,10 +181,14 @@ public void setDirty(String field) {
setDirty(getSchema().getField(field).pos());
}
- private ByteBuffer getDirtyBytes() {
+ public ByteBuffer getDirtyBytes() {
return __g__dirty;
}
+ public void setDirtyBytes(ByteBuffer __g__dirty) {
--- End diff --
Can you document this please.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---