[
https://issues.apache.org/jira/browse/GEODE-2271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15812461#comment-15812461
]
ASF subversion and git services commented on GEODE-2271:
--------------------------------------------------------
Commit e2fa24ee459b8121890008b6f8535da3d124038f in geode's branch
refs/heads/develop from [~hitesh.khamesra]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=e2fa24e ]
GEODE-2271 JSOnFormatter can generate three pdxTypeId for one json field.
JSON field can have 3 values(fieldValue, NULL, fieldNotExist), this
causes 3 pdxTypeIds. To reuduce this we merged first two values in in
one pdxType.
Added unit test for it
> Reduce pdx type id generation for string fields in JSON
> -------------------------------------------------------
>
> Key: GEODE-2271
> URL: https://issues.apache.org/jira/browse/GEODE-2271
> Project: Geode
> Issue Type: Bug
> Components: serialization
> Reporter: Hitesh Khamesra
> Assignee: Hitesh Khamesra
>
> JSONFormatter converts JSON to Pdx stream. While converting this any JSON
> field can have three values(fiefdValue, NULL, FieldNotexist). That can cause
> three pdxTypeIds in geode. To avoid this we need merge (fiefdValue, NULL) in
> one pdxtype
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)