[
https://issues.apache.org/jira/browse/PHOENIX-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14088583#comment-14088583
]
Hudson commented on PHOENIX-1150:
---------------------------------
SUCCESS: Integrated in Phoenix | Master | Hadoop1 #319 (See
[https://builds.apache.org/job/Phoenix-master-hadoop1/319/])
PHOENIX-1150 scan on local index(index of view) for queries with no where
condition should not read other indexes data stored in the shared index table
(Rajeshbabu) (jtaylor: rev e626f47d458560181f52796598abb14e146cf991)
* phoenix-core/src/it/java/org/apache/phoenix/end2end/HashJoinIT.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexIT.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/index/LocalIndexIT.java
* phoenix-core/src/main/java/org/apache/phoenix/compile/WhereOptimizer.java
> scan on local index(index of view) for queries with no where condition should
> not read other indexes data stored in the shared index table
> ------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: PHOENIX-1150
> URL: https://issues.apache.org/jira/browse/PHOENIX-1150
> Project: Phoenix
> Issue Type: Bug
> Reporter: rajeshbabu
> Assignee: rajeshbabu
> Fix For: 5.0.0, 4.1
>
> Attachments: PHOENIX-1150.patch
>
>
> Currently covered index queries or queries like count() with no where
> condition choose index table to scan directly.In that case while scanning
> local index or index on view getting other indexes data also. Which will give
> inconsistent results when a table(view) has multiple local(view) indexes. We
> should restrict to scan only the index data.
--
This message was sent by Atlassian JIRA
(v6.2#6252)