You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Hadoop QA (Jira)" <ji...@apache.org> on 2020/03/25 03:02:00 UTC

[jira] [Commented] (PHOENIX-5797) RVC Offset does not work with tenant views on global indexes

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

Hadoop QA commented on PHOENIX-5797:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12997610/PHOENIX-5797_4.x.patch
  against 4.x branch at commit 457ae44cf09231fd0122b3932623d82c3a8b932a.
  ATTACHMENT ID: 12997610

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new or modified tests.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:red}-1 lineLengths{color}.  The patch introduces the following lines longer than 100:
    +                        + "ON ARCHIVE.FIELD_HISTORY_ARCHIVE (PARENT_KEY_PREFIX, CREATED_DATE, PARENT_ID)\n"
+                "CREATE VIEW IF NOT EXISTS ARCHIVE.\"1HA\" AS SELECT * FROM ARCHIVE.\"FIELD_HISTORY_ARCHIVE\"";
+                    "SELECT PARENT_ID,PARENT_KEY_PREFIX,CREATED_DATE,PARENT_ID,DATA FROM ARCHIVE.\"1HA\" LIMIT 2\n";
+                    "SELECT PARENT_ID,PARENT_KEY_PREFIX,CREATED_DATE,PARENT_ID,DATA FROM ARCHIVE.\"1HA\" LIMIT 2 OFFSET (PARENT_KEY_PREFIX,CREATED_DATE,PARENT_ID) = (?,?,?)\n";

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/3648//testReport/
Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/3648//console

This message is automatically generated.

> RVC Offset does not work with tenant views on global indexes
> ------------------------------------------------------------
>
>                 Key: PHOENIX-5797
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5797
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.16.0
>            Reporter: Daniel Wong
>            Assignee: Daniel Wong
>            Priority: Minor
>         Attachments: PHOENIX-5797_4.x.patch
>
>
> Found this during use of RVC Offset in Phoenix-4845.



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