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)