-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/7155/
-----------------------------------------------------------
Review request for hive.
Description
-------
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 addresses bug HIVE-3487.
https://issues.apache.org/jira/browse/HIVE-3487
Diffs
-----
trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestMarkPartition.java
1387449
trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestMetaStoreEventListener.java
1387449
Diff: https://reviews.apache.org/r/7155/diff/
Testing
-------
Tested on Windows as well as on Unix.
Thanks,
Kanna Karanam