[
https://issues.apache.org/jira/browse/IGNITE-4045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15728746#comment-15728746
]
Pavel Tupitsyn edited comment on IGNITE-4045 at 12/7/16 1:28 PM:
-----------------------------------------------------------------
FieldIdentityResolver issue uncovered:
Hash codes for many basic types (strings, for example) are computed differently
in .NET and Java.
What should we do?
* Implement hash code algorithms the same way as in Java for all basic types
* Change Java FieldIdentityResolver to compute field hash codes in serialized
form (which is also a lot faster for all platforms)
* Remove FieldIdentityResolver support in .NET
For first iteration I suggest to support only ArrayIdentityResolver
was (Author: ptupitsyn):
FieldIdentityResolver issue uncovered:
Hash codes for many basic types (strings, for example) are computed differently
in .NET and Java.
What should we do?
* Implement hash code algorithms the same way as in Java for all basic types
* Remove FieldIdentityResolver support in .NET
> .NET: Support DML API
> ---------------------
>
> Key: IGNITE-4045
> URL: https://issues.apache.org/jira/browse/IGNITE-4045
> Project: Ignite
> Issue Type: Task
> Components: platforms
> Reporter: Denis Magda
> Assignee: Pavel Tupitsyn
> Labels: roadmap
> Fix For: 2.0
>
>
> Ignite's Java component will provide support for DML soon (IGNITE-2294). At
> she same time DML will be supported at the level of ODBC and JDBC drivers.
> As the next step we should include the similar functionality into Ignite.NET
> by doing the following:
> - Implement DML API;
> - Enhance {{QueryExample.cs}} by doing INSERTs instead of cache.puts and
> adding UPDATE and DELETE operation examples.
> - Add documentation to Ignite.NET readme.io covering the feature. Most like
> most of the content can be take from the general documentation when this
> ticket IGNITE-4018 is ready
> (https://apacheignite.readme.io/docs/distributed-dml).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)