You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Thomas D'Silva (JIRA)" <ji...@apache.org> on 2017/01/25 17:13:26 UTC

[jira] [Created] (PHOENIX-3637) Throw an exception if STORE_NULLS table property is set for an immutable table

Thomas D'Silva created PHOENIX-3637:
---------------------------------------

             Summary: Throw an exception if STORE_NULLS table property is set for an immutable table
                 Key: PHOENIX-3637
                 URL: https://issues.apache.org/jira/browse/PHOENIX-3637
             Project: Phoenix
          Issue Type: Improvement
            Reporter: Thomas D'Silva
            Assignee: Thomas D'Silva


STORE_NULLS attribute is not used for immutable tables. If the column doesn't have a default expression we represent null by lack of a value. If it does have a default expression we store empty bytes for null.



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