[GitHub] ignite pull request #2549: IGNITE-5097 BinaryMarshaller should write ints in...

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #2549: IGNITE-5097 BinaryMarshaller should write ints in...

andrey-kuznetsov
GitHub user daradurvs opened a pull request:

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

    IGNITE-5097 BinaryMarshaller should write ints in "varint" encoding where it makes sense

   

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

    $ git pull https://github.com/daradurvs/ignite ignite-5097-release

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

    https://github.com/apache/ignite/pull/2549.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 #2549
   
----
commit 779b607a783bbbedca7b9b42a915e968aa4027eb
Author: Vyacheslav Daradur <[hidden email]>
Date:   2017-08-30T11:40:59Z

    IGNITE-5097 BinaryMarshaller should write ints in "varint" encoding where it makes sense

commit aa5f957c9a01dcb962b1df6be2f5ba8db94e491a
Author: Igor Sapego <[hidden email]>
Date:   2017-08-30T13:16:06Z

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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [hidden email] or file a JIRA ticket
with INFRA.
---
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #2549: ignite-5097 BinaryMarshaller should write ints in...

andrey-kuznetsov
Github user daradurvs closed the pull request at:

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


---