You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2017/11/10 21:34:00 UTC

[jira] [Commented] (HIVE-18046) Metastore: default IS_REWRITE_ENABLED=false instead of NULL

    [ https://issues.apache.org/jira/browse/HIVE-18046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248052#comment-16248052 ] 

Sergey Shelukhin commented on HIVE-18046:
-----------------------------------------

Hmm... directsql does not have write statements as far as I know. What is the error that this causes?

> Metastore: default IS_REWRITE_ENABLED=false instead of NULL
> -----------------------------------------------------------
>
>                 Key: HIVE-18046
>                 URL: https://issues.apache.org/jira/browse/HIVE-18046
>             Project: Hive
>          Issue Type: Bug
>          Components: Materialized views, Metastore
>    Affects Versions: 3.0.0
>            Reporter: Gopal V
>            Priority: Minor
>
> The materialized view impl breaks old metastore sql write access, by complaining that the new table creation does not set this column up.
> {code}
>   `IS_REWRITE_ENABLED` bit(1) NOT NULL,
> {code}
> {{NOT NULL DEFAULT 0}} would allow old metastore directsql compatibility.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)