[ https://issues.apache.org/jira/browse/IGNITE-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946849#comment-14946849 ]
ASF GitHub Bot commented on IGNITE-1625: ---------------------------------------- GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/139 IGNITE-1625 .Net: Remove Types serialization from Continuous Queries You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-1625 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/139.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 #139 ---- commit df01989cfc70fcc8db4ce9bc4c65e7615968550b Author: ptupitsyn <ptupit...@gridgain.com> Date: 2015-10-07T13:15:08Z IGNITE-1625 .Net: Remove Types serialization from Continuous Queries commit e398c6667e79a750c6bd8b41025297942938003e Author: ptupitsyn <ptupit...@gridgain.com> Date: 2015-10-07T13:23:29Z Fix ctor type ---- > .Net: Remove Types serialization from Continuous Queries > -------------------------------------------------------- > > Key: IGNITE-1625 > URL: https://issues.apache.org/jira/browse/IGNITE-1625 > Project: Ignite > Issue Type: Improvement > Components: interop > Affects Versions: ignite-1.5 > Reporter: Pavel Tupitsyn > Assignee: Pavel Tupitsyn > Fix For: ignite-1.5 > > > See ContinuousQueryFilterHolder class: it serializes KeyType and ValueType, > but this is redundant, since user filter already carries type information. > * Remove type serialization > * Leverage DelegateTypeDescriptor to get rid of reflection in > UnmanagedCallbacks.ContinuousQueryFilterCreate -- This message was sent by Atlassian JIRA (v6.3.4#6332)