Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9CF99189CD for ; Mon, 5 Oct 2015 12:46:58 +0000 (UTC) Received: (qmail 34650 invoked by uid 500); 5 Oct 2015 12:46:45 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 34604 invoked by uid 500); 5 Oct 2015 12:46:45 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 34593 invoked by uid 99); 5 Oct 2015 12:46:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2015 12:46:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 18EB6DFBAD; Mon, 5 Oct 2015 12:46:45 +0000 (UTC) From: isapego To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request: IGNITE-1610: Implemented portable reader and ... Content-Type: text/plain Date: Mon, 5 Oct 2015 12:46:45 +0000 (UTC) GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/131 IGNITE-1610: Implemented portable reader and writer for iterators. You can merge this pull request into a Git repository by running: $ git pull https://github.com/isapego/ignite ignite-1610 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/131.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 #131 ---- commit cfd3355414b0fe425b8cba5dd032715ae5f6837f Author: isapego Date: 2015-10-02T16:52:26Z IGNITE-1610: Implemented portable reader and writer for iterators. commit 5cfd802f4e658038e32b6d41107ae9dd17c9ff04 Author: isapego Date: 2015-10-05T09:54:29Z Collection type argument removed for read operations commit 9ae90dad7a11fe05c4fa02c97394c8738ae21417 Author: isapego Date: 2015-10-05T12:11:19Z Added ReadCollectionType and ReadCollectionSize methods to reader commit 27d8377ad227f05f813e5b5d41a98dec05b82186 Author: isapego Date: 2015-10-05T12:26:05Z renamed: [Write|Read]Interval -> [Write|Read]Collection commit bc167202ccdbed23b9e0deead88b8dc234cc9c83 Author: isapego Date: 2015-10-05T12:42:16Z Refactored to get rid of some code duplication ---- --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---