YoungWoo Kim created PHOENIX-3330:
-------------------------------------

             Summary: Sample schema for Row timestamp is incorrect
                 Key: PHOENIX-3330
                 URL: https://issues.apache.org/jira/browse/PHOENIX-3330
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.8.0
            Reporter: YoungWoo Kim
            Priority: Trivial


At http://phoenix.apache.org/rowtimestamp.html, sample schema for Row timestamp:
```
CREATE TABLE DESTINATION_METRICS_TABLE (CREATED_DATE NOT NULL DATE, METRIC_ID 
NOT NULL CHAR(15), METRIC_VALUE LONG CONSTRAINT PK PRIMARY KEY(CREATED_DATE 
ROW_TIMESTAMP, METRIC_ID)) SALT_BUCKETS = 8;
```
DDL for the table does not work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to