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 30F9D200BD3 for ; Tue, 6 Dec 2016 20:47:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2F8E3160B2A; Tue, 6 Dec 2016 19:47:00 +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 9F22D160B29 for ; Tue, 6 Dec 2016 20:46:59 +0100 (CET) Received: (qmail 55528 invoked by uid 500); 6 Dec 2016 19:46:58 -0000 Mailing-List: contact issues-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 issues@ignite.apache.org Received: (qmail 55507 invoked by uid 99); 6 Dec 2016 19:46:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2016 19:46:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C13312C03DD for ; Tue, 6 Dec 2016 19:46:58 +0000 (UTC) Date: Tue, 6 Dec 2016 19:46:58 +0000 (UTC) From: "Andrew Mashenkov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (IGNITE-4379) SQL: Local SQL field query broken in master MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 06 Dec 2016 19:47:00 -0000 [ https://issues.apache.org/jira/browse/IGNITE-4379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Mashenkov reassigned IGNITE-4379: ---------------------------------------- Assignee: Andrew Mashenkov > SQL: Local SQL field query broken in master > ------------------------------------------- > > Key: IGNITE-4379 > URL: https://issues.apache.org/jira/browse/IGNITE-4379 > Project: Ignite > Issue Type: Bug > Components: SQL > Reporter: Andrew Mashenkov > Assignee: Andrew Mashenkov > Fix For: 2.0 > > > Local SQL field query returns entries from backup partition. > For now query context is being cleared in IgniteH2Indexing.queryLocalSqlFields() method before query is really executed. > It seems, GridQueryFieldsResultAdapter should restore query context before query run in iterator() method or move back query execution to outside GridQueryFieldsResultAdapter. -- This message was sent by Atlassian JIRA (v6.3.4#6332)