Gopal V created HIVE-18046: ------------------------------ Summary: 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)