Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D96482009F3 for ; Fri, 20 May 2016 10:30:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D7F16160A0E; Fri, 20 May 2016 08:30:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 246A91609AF for ; Fri, 20 May 2016 10:30:50 +0200 (CEST) Received: (qmail 57396 invoked by uid 500); 20 May 2016 08:30:50 -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 57384 invoked by uid 99); 20 May 2016 08:30:50 -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; Fri, 20 May 2016 08:30:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F3974DFB14; Fri, 20 May 2016 08:30:49 +0000 (UTC) From: dkarachentsev To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request: IGNITE-3154 - More efficient field lookup in ... Content-Type: text/plain Date: Fri, 20 May 2016 08:30:49 +0000 (UTC) archived-at: Fri, 20 May 2016 08:30:52 -0000 GitHub user dkarachentsev opened a pull request: https://github.com/apache/ignite/pull/737 IGNITE-3154 - More efficient field lookup in binary protocol. Added i… …nterface method to BinaryObject that uses cached BinaryType for creating BinaryFiled. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-3154 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/737.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 #737 ---- commit 019d2dc6569958d37aa6719429fba09edc203ec2 Author: dkarachentsev Date: 2016-05-20T08:29:58Z IGNITE-3154 - More efficient field lookup in binary protocol. Added interface method to BinaryObject that uses cached BinaryType for creating BinaryFiled. ---- --- 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. ---