[
https://issues.apache.org/jira/browse/PHOENIX-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gabriel Reid resolved PHOENIX-571.
----------------------------------
Resolution: Fixed
Bulk resolve of closed issues imported from GitHub. This status was reached by
first re-opening all closed imported issues and then resolving them in bulk.
> Property names should not be case sensitive unless surrounded by double quotes
> ------------------------------------------------------------------------------
>
> Key: PHOENIX-571
> URL: https://issues.apache.org/jira/browse/PHOENIX-571
> Project: Phoenix
> Issue Type: Task
> Affects Versions: 2.1.0-Release
> Reporter: James Taylor
> Labels: bug
>
> For example, the following should work:
> create table t (k varchar primary key, v varchar) immutable_rows=true;
> but currently must be this instead:
> create table t (k varchar primary key, v varchar) IMMUTABLE_ROWS=true;
--
This message was sent by Atlassian JIRA
(v6.2#6252)