From dev-return-33613-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Thu Apr 19 04:40:14 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9018518064E for ; Thu, 19 Apr 2018 04:40:13 +0200 (CEST) Received: (qmail 63390 invoked by uid 500); 19 Apr 2018 02:40:12 -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 63375 invoked by uid 99); 19 Apr 2018 02:40:11 -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; Thu, 19 Apr 2018 02:40:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3A9FDE060B; Thu, 19 Apr 2018 02:40:11 +0000 (UTC) From: shroman To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #3871: IGNITE-8286: ScanQuery ignore setLocal with non l... Content-Type: text/plain Date: Thu, 19 Apr 2018 02:40:11 +0000 (UTC) GitHub user shroman opened a pull request: https://github.com/apache/ignite/pull/3871 IGNITE-8286: ScanQuery ignore setLocal with non local partition. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shroman/ignite IGNITE-8286 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3871.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 #3871 ---- commit f4c751c98840154fc29d069582de2b272b6e14a5 Author: shroman Date: 2018-04-19T02:38:14Z IGNITE-8286: ScanQuery ignore setLocal with non local partition. ---- ---