[GitHub] geode pull request #565: GEODE-3021: Any call after the first to setPdxStrin...

2017-06-09 Thread jhuynh1
Github user jhuynh1 closed the pull request at: https://github.com/apache/geode/pull/565 --- 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

[GitHub] geode pull request #565: GEODE-3021: Any call after the first to setPdxStrin...

2017-06-09 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/565#discussion_r121196596 --- Diff: geode-core/src/main/java/org/apache/geode/cache/query/internal/index/AbstractIndex.java --- @@ -2002,7 +2002,8 @@ void

[GitHub] geode pull request #565: GEODE-3021: Any call after the first to setPdxStrin...

2017-06-09 Thread kirklund
Github user kirklund commented on a diff in the pull request: https://github.com/apache/geode/pull/565#discussion_r121195985 --- Diff: geode-core/src/main/java/org/apache/geode/cache/query/internal/index/AbstractIndex.java --- @@ -2002,7 +2002,8 @@ void

[GitHub] geode pull request #565: GEODE-3021: Any call after the first to setPdxStrin...

2017-06-06 Thread jhuynh1
GitHub user jhuynh1 opened a pull request: https://github.com/apache/geode/pull/565 GEODE-3021: Any call after the first to setPdxStringFlag should no-op * The flag isIndexedPdxKeysFlagSet is now checked before setting pdx string flag @nabarunnag @ladyVader