You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Kevin Liew (JIRA)" <ji...@apache.org> on 2017/03/13 06:50:04 UTC

[jira] [Updated] (PHOENIX-3732) Support for dynamic columns in UPSERT in Phoenix-Calcite

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

Kevin Liew updated PHOENIX-3732:
--------------------------------
    Description: 
https://phoenix.apache.org/dynamic_columns.html

{quote}
To upsert a row with dynamic columns:

UPSERT INTO EventLog (eventId, eventTime, eventType, lastGCTime TIME, usedMemory BIGINT, maxMemory BIGINT) VALUES(1, CURRENT_TIME(), ‘abc’, CURRENT_TIME(), 512, 1024);
{quote}

> Support for dynamic columns in UPSERT in Phoenix-Calcite
> --------------------------------------------------------
>
>                 Key: PHOENIX-3732
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3732
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Kevin Liew
>              Labels: calcite
>
> https://phoenix.apache.org/dynamic_columns.html
> {quote}
> To upsert a row with dynamic columns:
> UPSERT INTO EventLog (eventId, eventTime, eventType, lastGCTime TIME, usedMemory BIGINT, maxMemory BIGINT) VALUES(1, CURRENT_TIME(), ‘abc’, CURRENT_TIME(), 512, 1024);
> {quote}



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