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 2015/12/09 18:36:10 UTC

[jira] [Commented] (IGNITE-2100) Queries do not work with binary marshaller and Externalizable objects

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

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

GitHub user agoncharuk opened a pull request:

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

    IGNITE-2100 - Fixes for Externalizable classes and queries.

    

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

    $ git pull https://github.com/agoncharuk/ignite ignite-2100

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

    https://github.com/apache/ignite/pull/311.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 #311
    
----
commit e84b268f8c3ff85a8e2af8c763b10b41a3659a18
Author: Alexey Goncharuk <al...@gmail.com>
Date:   2015-12-09T17:29:12Z

    IGNITE-2100 - Fixes for Externalizable classes and queries.

----


> Queries do not work with binary marshaller and Externalizable objects
> ---------------------------------------------------------------------
>
>                 Key: IGNITE-2100
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2100
>             Project: Ignite
>          Issue Type: Bug
>          Components: general, interop
>            Reporter: Valentin Kulichenko
>            Priority: Critical
>             Fix For: 1.5
>
>
> If new binary marshaller is used and model classes implement {{Externalizable}} (which is often the case when user migrates from 1.4 to 1.5), queries stop working and return nulls instead of all field values.
> At least, we need to properly document it and throw an exception so that user is aware about the issue.



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