You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Swaroopa Kadam (Jira)" <ji...@apache.org> on 2020/07/06 16:07:00 UTC

[jira] [Created] (PHOENIX-5989) Time based Incremental verification does not work for view with non-PK column in where clause

Swaroopa Kadam created PHOENIX-5989:
---------------------------------------

             Summary: Time based Incremental verification does not work for view with non-PK column in where clause
                 Key: PHOENIX-5989
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5989
             Project: Phoenix
          Issue Type: Bug
            Reporter: Swaroopa Kadam


For Views with a non-pk column in where clause, when only delete marker falls between the incremental time range for verification, it would not be read during scan even though there is raw and all version set for the scan. 

 

reason:

This is because, in order to qualify that row for the view, there is no column in  either pk or cell value (which is only a delete marker and pk does not have a column in the where clause)

 

 



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