You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Tanuj Khurana (Jira)" <ji...@apache.org> on 2021/09/10 20:18:00 UTC

[jira] [Created] (PHOENIX-6541) Use ROW_TIMESTAMP column value as timestamps for conditional upsert mutations

Tanuj Khurana created PHOENIX-6541:
--------------------------------------

             Summary: Use ROW_TIMESTAMP column value as timestamps for conditional upsert mutations
                 Key: PHOENIX-6541
                 URL: https://issues.apache.org/jira/browse/PHOENIX-6541
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 5.1.2, 4.16.1
            Reporter: Tanuj Khurana
            Assignee: Tanuj Khurana


For tables without indexes if ROW_TIMESTAMP is specified in the table DDL, the mutations generated by conditional upserts don't have the correct timestamp. This was introduced as part of [PHOENIX-6387]

For tables with indexes, Phoenix doesn't allow specifying a PK column as ROW_TIMESTAMP so this bug doesn't apply.

 



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