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

Hudson commented on PHOENIX-3832:
---------------------------------

FAILURE: Integrated in Jenkins build Phoenix-master #1612 (See 
[https://builds.apache.org/job/Phoenix-master/1612/])
PHOENIX-3832 Local Index - Empty resultset for multi-tenant tables 
(jamestaylor: rev 1666e932d157be732946e02b474b6c342199bc0f)
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/LocalIndexIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java


> Local Index - Empty resultset for multi-tenant tables
> -----------------------------------------------------
>
>                 Key: PHOENIX-3832
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3832
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.10.0
>            Reporter: Mujtaba Chohan
>            Assignee: James Taylor
>             Fix For: 4.11.0
>
>         Attachments: PHOENIX-3832.patch
>
>
> Schema
> {noformat}
> CREATE TABLE IF NOT EXISTS T (PKA CHAR(15) NOT NULL, PKF CHAR(3) NOT NULL,
>  PKP CHAR(15) NOT NULL, CRD DATE NOT NULL, EHI CHAR(15) NOT NULL, STD_COL 
> VARCHAR, INDEXED_COL INTEGER,
>  CONSTRAINT PK PRIMARY KEY ( PKA, PKF, PKP, CRD DESC, EHI)) 
>  VERSIONS=1,MULTI_TENANT=true,IMMUTABLE_ROWS=true;
> CREATE LOCAL INDEX IF NOT EXISTS TIDX ON T (INDEXED_COL);
> {noformat}
> Query
> {noformat}
> SELECT * FROM T WHERE INDEXED_COL < 1
> {noformat}
> Resultset is empty for all columns other than PK and indexed column. This is 
> on a single region table.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to