You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/24 13:17:16 UTC

[jira] [Commented] (IGNITE-3364) .NET: BinaryReflectiveSerializer raw mode does not work with DateTime fields

    [ https://issues.apache.org/jira/browse/IGNITE-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15348238#comment-15348238 ] 

ASF GitHub Bot commented on IGNITE-3364:
----------------------------------------

GitHub user ptupitsyn opened a pull request:

    https://github.com/apache/ignite/pull/830

    IGNITE-3364 .NET: Fix BinaryReflectiveSerializer raw mode for DateTime members marked with QuerySqlField

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ptupitsyn/ignite ignite-3364

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/830.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #830
    
----
commit 00588ea8b7296984f339298c7ee66a48410b82ab
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-06-24T12:39:24Z

    IGNITE-3364 .NET: BinaryReflectiveSerializer raw mode does not work with DateTime fields

commit 94b4f5ff4a27c2af057f961e48a60302ad6b4570
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-06-24T12:41:30Z

    wip tests

commit 908820c3f1b15336b87898850a571e264bd8bf02
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-06-24T12:49:56Z

    wip tests

commit 2191fc78b45730c7cea5e29be6affc548ac0e279
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-06-24T12:52:30Z

    wip tests

commit beafdbe2e80050fc52d5cffa44b4cc645908e73d
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-06-24T12:56:21Z

    Fix the raw issue

commit 787aa18cb043444e6c0bdca3adcce34993af665e
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-06-24T12:57:04Z

    wip

commit 9b6f3ffea39035b810fb45e7f6693a6f7f5f13d6
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-06-24T13:11:25Z

    Update tests, add explanation

----


> .NET: BinaryReflectiveSerializer raw mode does not work with DateTime fields
> ----------------------------------------------------------------------------
>
>                 Key: IGNITE-3364
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3364
>             Project: Ignite
>          Issue Type: Bug
>          Components: community, platforms
>    Affects Versions: 1.6
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Critical
>             Fix For: 1.7
>
>
> BinaryReflectiveSerializer emits non-raw action for DateTime members when they are marked with [QuerySqlField].
> This is an unlikely scenario in production, since [QuerySqlField] does not make sense in raw mode. However, one of the users was experimenting with modes and encountered this issue.
> The workaround is to implement IBinarizable in raw mode manually.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)