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 19:45:58 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-4379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Mashenkov updated IGNITE-4379:
-------------------------------------
    Description: 
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.


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



> 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 or move back query execution to outside GridQueryFieldsResultAdapter.



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