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 CBCA7200C34 for ; Mon, 27 Feb 2017 09:39:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CA636160B6C; Mon, 27 Feb 2017 08:39:46 +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 14F8B160B60 for ; Mon, 27 Feb 2017 09:39:45 +0100 (CET) Received: (qmail 97317 invoked by uid 500); 27 Feb 2017 08:39: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 97306 invoked by uid 99); 27 Feb 2017 08:39: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, 27 Feb 2017 08:39:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C4A04DFDA9; Mon, 27 Feb 2017 08:39:44 +0000 (UTC) From: skalashnikov To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #1573: IGNITE-3487 Removed _key and _val from table colu... Content-Type: text/plain Date: Mon, 27 Feb 2017 08:39:44 +0000 (UTC) archived-at: Mon, 27 Feb 2017 08:39:47 -0000 GitHub user skalashnikov opened a pull request: https://github.com/apache/ignite/pull/1573 IGNITE-3487 Removed _key and _val from table column list You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-3487 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/1573.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 #1573 ---- commit f5847b8129c77a5200a48d6fa64f25b2b6f5b945 Author: skalashnikov Date: 2017-02-27T08:33:02Z IGNITE-3487 Removed _key and _val from table column list ---- --- 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. ---