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 E8BAF200B66 for ; Wed, 3 Aug 2016 13:28:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E793B160ACD; Wed, 3 Aug 2016 11:28:45 +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 30D0C160AB5 for ; Wed, 3 Aug 2016 13:28:45 +0200 (CEST) Received: (qmail 73001 invoked by uid 500); 3 Aug 2016 11:28:44 -0000 Mailing-List: contact commits-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 commits@ignite.apache.org Received: (qmail 72739 invoked by uid 99); 3 Aug 2016 11:28:44 -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; Wed, 03 Aug 2016 11:28:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 05C63EEE18; Wed, 3 Aug 2016 11:28:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: akuznetsov@apache.org To: commits@ignite.apache.org Date: Wed, 03 Aug 2016 11:28:53 -0000 Message-Id: <289e5f2e112747d9a21cb2a8bd12568d@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [11/48] ignite git commit: Merge branch 'ignite-1.7' archived-at: Wed, 03 Aug 2016 11:28:46 -0000 Merge branch 'ignite-1.7' Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/596f0be3 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/596f0be3 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/596f0be3 Branch: refs/heads/ignite-3443 Commit: 596f0be34d4e3d571cacdd4f41646d579acec2df Parents: 623df4c f96b568 Author: Pavel Tupitsyn Authored: Wed Jul 27 15:26:33 2016 +0300 Committer: Pavel Tupitsyn Committed: Wed Jul 27 15:26:33 2016 +0300 ---------------------------------------------------------------------- .../Cache/Query/CacheLinqTest.cs | 18 +++++ .../Apache.Ignite.Linq/Impl/AliasDictionary.cs | 74 ++++++++++++++++---- .../Impl/CacheQueryExpressionVisitor.cs | 4 +- .../Impl/CacheQueryModelVisitor.cs | 6 +- .../Apache.Ignite.Linq/Impl/ExpressionWalker.cs | 34 ++++----- modules/yardstick/config/queries.sql | 1 + .../IgniteCacheRandomOperationBenchmark.java | 71 +++++++++++++++---- 7 files changed, 156 insertions(+), 52 deletions(-) ----------------------------------------------------------------------