You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2016/09/09 20:07:20 UTC

[jira] [Created] (KUDU-1599) Prevent creation of tables with unsupported column encodings

Todd Lipcon created KUDU-1599:
---------------------------------

             Summary: Prevent creation of tables with unsupported column encodings
                 Key: KUDU-1599
                 URL: https://issues.apache.org/jira/browse/KUDU-1599
             Project: Kudu
          Issue Type: Bug
          Components: master
    Affects Versions: 1.0.0
            Reporter: Todd Lipcon
            Priority: Critical


On [~mmokhtar]'s test cluster I see that he has managed to create tables with some non-supported {type,encoding} pairs (e.g an INT32/DICT_ENCODING column). This isn't supported on the underlying server, so we're probably falling back to plain and emitting warnings in the log. We should prohibit creation of such columns in the first place.



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