[
https://issues.apache.org/jira/browse/IGNITE-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15004182#comment-15004182
]
ASF GitHub Bot commented on IGNITE-1912:
----------------------------------------
GitHub user ptupitsyn opened a pull request:
https://github.com/apache/ignite/pull/233
IGNITE-1912 .Net: Continuous query does not work for value types
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ptupitsyn/ignite ignite-1912
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/233.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 #233
----
commit ccfc3eabb730239eed2c5973fd6a271623f0c683
Author: Pavel Tupitsyn <[email protected]>
Date: 2015-11-13T14:40:33Z
Failing test added
commit 4ce90965153dcdba40cf59d394cd8e7ffec25d7b
Author: Pavel Tupitsyn <[email protected]>
Date: 2015-11-13T14:44:42Z
wip
commit 54e41fb452d1eedb52aeb6c1cfb03017a4dcb4b8
Author: Pavel Tupitsyn <[email protected]>
Date: 2015-11-13T15:12:04Z
wip
commit 51a72ecc6a530dcee0e7b198f8ff6c7bbde48101
Author: Pavel Tupitsyn <[email protected]>
Date: 2015-11-13T15:12:58Z
wip
commit 54f2f9aeb6a67d8332dfbccbd5c63c34ae3368b4
Author: Pavel Tupitsyn <[email protected]>
Date: 2015-11-13T15:17:19Z
wip
commit 225ca15089d81a29bd5281b8634f5c29674b114c
Author: Pavel Tupitsyn <[email protected]>
Date: 2015-11-13T15:35:49Z
wip
commit 9eb949908ad989e8d40d41be15274ce04c53ca0b
Author: Pavel Tupitsyn <[email protected]>
Date: 2015-11-13T15:49:29Z
Fix test
commit b18710311ea5ea9b1b19a0214ae746da9f501d4d
Author: Pavel Tupitsyn <[email protected]>
Date: 2015-11-13T16:06:53Z
Get rid of boxing
----
> .Net: Continuous query does not work for value types
> ----------------------------------------------------
>
> Key: IGNITE-1912
> URL: https://issues.apache.org/jira/browse/IGNITE-1912
> Project: Ignite
> Issue Type: Bug
> Components: interop
> Affects Versions: 1.1.4
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Blocker
> Fix For: 1.5
>
>
> OldValue comes as Null from java, but we try to deserialize it as TK, which
> fails for value types.
> Need to employ the same approach as in cache with CacheResult.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)