Zoltan Haindrich created HIVE-24954:
---------------------------------------
Summary: 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
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)