[
https://issues.apache.org/jira/browse/HIVE-24954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zoltan Haindrich resolved HIVE-24954.
-------------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
forgot to close the ticket....
merged into master on Apr 21. Thank you [~kkasa] for reviewing the changes!
> MetastoreTransformer is disabled during testing
> -----------------------------------------------
>
> Key: HIVE-24954
> URL: https://issues.apache.org/jira/browse/HIVE-24954
> Project: Hive
> Issue Type: Bug
> Reporter: Zoltan Haindrich
> Assignee: Zoltan Haindrich
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> all calls are fortified with "isInTest" guards to avoid testing those calls
> (!@#$#)
> https://github.com/apache/hive/blob/86fa9b30fe347c7fc78a2930f4d20ece2e124f03/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HMSHandler.java#L1647
> this causes some wierd behaviour:
> out of the box hive installation creates TRANSLATED_TO_EXTERNAL external
> tables for plain CREATE TABLE commands
> meanwhile during when most testing is executed CREATE table creates regular
> MANAGED tables...
--
This message was sent by Atlassian Jira
(v8.3.4#803005)