[ 
https://issues.apache.org/jira/browse/IGNITE-14120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17361502#comment-17361502
 ] 

Ignite TC Bot commented on IGNITE-14120:
----------------------------------------

{panel:title=Branch: [pull/9164/head] Base: [master] : Possible Blockers 
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}RDD{color} [[tests 0 Exit Code 
|https://ci.ignite.apache.org/viewLog.html?buildId=6043387]]

{panel}
{panel:title=Branch: [pull/9164/head] Base: [master] : New Tests 
(4)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Continuous Query 4{color} [[tests 
4|https://ci.ignite.apache.org/viewLog.html?buildId=6043164]]
* {color:#013220}IgniteCacheQuerySelfTestSuite6: 
IgniteSqlSinglePartitionMultiParallelismTest.assertSimpleCountQuery - 
PASSED{color}
* {color:#013220}IgniteCacheQuerySelfTestSuite6: 
IgniteSqlSinglePartitionMultiParallelismTest.assertWhereCountFirstPartitionQuery
 - PASSED{color}
* {color:#013220}IgniteCacheQuerySelfTestSuite6: 
IgniteSqlSinglePartitionMultiParallelismTest.assertWhereCountMultiPartitionsQuery
 - PASSED{color}
* {color:#013220}IgniteCacheQuerySelfTestSuite6: 
IgniteSqlSinglePartitionMultiParallelismTest.assertWhereCountAnotherPartitionQuery
 - PASSED{color}

{panel}
[TeamCity *--> Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=6043199&buildTypeId=IgniteTests24Java8_RunAll]

> select count * returns multiple rows
> ------------------------------------
>
>                 Key: IGNITE-14120
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14120
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.8.1
>            Reporter: Isaac Zhu
>            Assignee: Vladimir Ermakov
>            Priority: Major
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> I have a partitioned table which has 1 backup, the *queryParallelism* is set 
> to 4.
> The table primary key is column "ID", 
> If I do this query:
>         select count( * ) from my_table where ID = 1000;
> It will return 4 rows:
>         1
>          0
>          0
>          0
>  
> If I query by other not primary-key columns of this table, the result is 
> good, like:
>         select count( *) from my_table where name = 'abcd'
> result is:
>         0



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to