----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67816/ -----------------------------------------------------------
Review request for hive and Vineet Garg. Bugs: HIVE-20057 https://issues.apache.org/jira/browse/HIVE-20057 Repository: hive-git Description ------- HIVE-20057 When `ALTER TABLE` is used to convert hive table MANAGED to EXTERNAL, unless `'EXTERNAL'='TRUE'` is set the describe table shows it wrongly. In other cases like `'True'`, the table is converted but `DESCRIBE FORMATTED` shows it as `MANAGED_TABLE`. Diffs ----- standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java 0d2da7a200e Diff: https://reviews.apache.org/r/67816/diff/1/ Testing ------- Thanks, Anirudh