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/13 19:19:00 UTC

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

     [ https://issues.apache.org/jira/browse/PHOENIX-6541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tanuj Khurana updated PHOENIX-6541:
-----------------------------------
    Description: 
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.

 

 

  was:
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.

 


> 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: 4.16.1, 5.1.2
>            Reporter: Tanuj Khurana
>            Assignee: Tanuj Khurana
>            Priority: Major
>
> 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)