comment
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/32d9cb18 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/32d9cb18 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/32d9cb18 Branch: refs/heads/feature/GEODE-1464 Commit: 32d9cb189b061e8f555c711f0dc8fb5e770e756d Parents: 5e40a5c Author: Darrel Schneider <[email protected]> Authored: Wed Jun 1 15:51:57 2016 -0700 Committer: Darrel Schneider <[email protected]> Committed: Wed Jun 1 15:51:57 2016 -0700 ---------------------------------------------------------------------- .../main/java/com/gemstone/gemfire/internal/cache/KeyInfo.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/32d9cb18/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/KeyInfo.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/KeyInfo.java b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/KeyInfo.java index 30f30fc..3065b47 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/KeyInfo.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/KeyInfo.java @@ -40,9 +40,8 @@ public class KeyInfo { private Object callbackArg; private int bucketId; - // Rahul: The value field is add since Sqlf Partition resolver also relies on the value - // part to calculate the routing object if the table is not partitioned on - // primary key. + // The value field is added since a Partition resolver could also rely on the value + // part to calculate the routing object @Retained(ENTRY_EVENT_NEW_VALUE) private final Object value;
