You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrew Mashenkov (JIRA)" <ji...@apache.org> on 2016/12/06 17:38:58 UTC

[jira] [Created] (IGNITE-4379) SQL: Local SQL field query broken in master

Andrew Mashenkov created IGNITE-4379:
----------------------------------------

             Summary: 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
             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.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)