Programatically enforce Metastore property length limits
--------------------------------------------------------

                 Key: HIVE-1426
                 URL: https://issues.apache.org/jira/browse/HIVE-1426
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Metastore
    Affects Versions: 0.5.0
            Reporter: Carl Steinbach


Currently the ORM is the de facto enforcement mechanism for string length 
limitations. I think this is a bad approach since 1) users can work around it 
by manually altering the underlying tables, and 2) the limits are stated in 
terms of bytes so the actual length restriction in terms of number of 
characters will depend on the character set of the underlying DB.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to