Kanna Karanam created HIVE-3487: ----------------------------------- Summary: Some of the Metastore unit tests failing on Windows because of the static variables initialization problem in HiveConf class. Key: HIVE-3487 URL: https://issues.apache.org/jira/browse/HIVE-3487 Project: Hive Issue Type: Bug Components: Tests Affects Versions: 0.10.0, 0.9.1 Reporter: Kanna Karanam Assignee: Kanna Karanam Fix For: 0.10.0, 0.9.1
Following unit tests are failing on windows because of the problem with static variables initialization. TestMarkPartition TestMarkRemotePartition TestMetastoreEventListener Reason – Static variables on outer class static variables are not getting initialized when we reference nested public static class variables on windows. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira