[
https://issues.apache.org/jira/browse/IGNITE-10253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16687633#comment-16687633
]
Ignite TC Bot commented on IGNITE-10253:
----------------------------------------
{panel:title=Possible
Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Inspections: Core{color} [[tests 0 BuildFailureOnMetric
|https://ci.ignite.apache.org/viewLog.html?buildId=2319311]]
{color:#d04437}Cache 1{color} [[tests 0 TIMEOUT , Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=2319276]]
{color:#d04437}PDS 2{color} [[tests 0 Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=2319298]]
{color:#d04437}Compute (Affinity Run){color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=2319212]]
* IgniteCacheAffinityRunTestSuite:
IgniteCacheLockPartitionOnAffinityRunTest.testSingleCache - 0,0% fails in last
100 master runs.
{panel}
[TeamCity Run All
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2319315&buildTypeId=IgniteTests24Java8_RunAll]
> Merge SqlQuery logic with SqlFieldsQuery
> ----------------------------------------
>
> Key: IGNITE-10253
> URL: https://issues.apache.org/jira/browse/IGNITE-10253
> Project: Ignite
> Issue Type: Task
> Components: sql
> Reporter: Vladimir Ozerov
> Assignee: Vladimir Ozerov
> Priority: Major
> Fix For: 2.8
>
>
> Currently execution of {{SqlQuery}} query is very non-trivial. First, it is
> complex to understand. Second, it duplicates code. Third, the most important
> - it is buggy. Because when new logic is added to {{SqlFieldsQuery}} it is
> not added to {{SqlQuery}} with high probability. Moreover, we even have
> discrepancies between local and non-local modes. E.g. it has different value
> conversion logic.
> We need to do the following:
> 1) Remove all {{SqlQuery}}-specific logic from {{GridQueryProcessor}} and
> {{IgniteH2Indexing}}
> 2) Make {{SqlQuery}} work as follows:
> - generate {{SqlFieldsQuery}} from {{SqlQuery}}
> - execute it
> - convert results to K-V pairs
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)