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 2017/07/03 17:58:00 UTC

[jira] [Commented] (IGNITE-5153) CPP: BinaryMarshaller should write ints in "varint" encoding where it makes sense

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

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

GitHub user isapego opened a pull request:

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

    IGNITE-5153 CPP: Introduced "varint" encoding in C++

    

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-5153_2

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

    https://github.com/apache/ignite/pull/2228.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 #2228
    
----
commit 1e1e8432dc936df7c62557575a57c4a159b4bca6
Author: Vyacheslav Daradur <da...@gmail.com>
Date:   2017-05-31T08:41:56Z

    ignite-5097: writing arrays length in varint encoding was implemented

commit d162d3e3d9036cddb275b4a3d86b8f5de9795185
Author: daradurvs <da...@gmail.com>
Date:   2017-06-01T18:35:13Z

    ignite-5097: doUnsafeWriteUnsignedVarint method was added

commit bfe381b3a7498eb5bebeb25026a43d36656c6041
Author: daradurvs <da...@gmail.com>
Date:   2017-06-04T21:25:48Z

    ignite-5097: dotNET - writing arrays length in varint encoding was implemented

commit 516fcf41e4e973abf41cdd19acd2c9ea1bfb9445
Author: daradurvs <da...@gmail.com>
Date:   2017-06-04T21:26:00Z

    ignite-5097: dotNET - hardcoded hashcode values in the tests were changed according to new conditions

commit 51fd311c5775fb7c5801c9588cafbcd842be2a4f
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-05-31T14:58:03Z

    IGNITE-5153: Initial commit

commit a6dbd043de5d2aa08195ff67cad768fa3337e05e
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-05-31T15:32:43Z

    IGNITE-5153: Fix for Decimals

commit 302d68d4b8313a9f0e593d711ac22d3ab1534cf8
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-07-03T17:53:58Z

    IGNITE-5153: Fix for the test configuration

----


> CPP: BinaryMarshaller should write ints in "varint" encoding where it makes sense
> ---------------------------------------------------------------------------------
>
>                 Key: IGNITE-5153
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5153
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: platforms
>    Affects Versions: 2.0
>            Reporter: Vyacheslav Daradur
>            Assignee: Igor Sapego
>             Fix For: 2.1
>
>
> Need to implement IGNITE-5097



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)