-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67484/
-----------------------------------------------------------
Review request for hive, Alexander Kolbasov and Vihang Karajgaonkar.
Bugs: HIVE-19782
https://issues.apache.org/jira/browse/HIVE-19782
Repository: hive-git
Description
-------
Updated test table/partition generation so we can insert into every related
table, not just the basic ones.
Use this only when testing the table cleanup, so we save a minimal time on
tests.
Fixed an exiting bug in HiveObjectRefBuilder.java find by the tests
Added a possibility to add PartitionColumnReference to HiveObjectRefBuilder.java
Diffs
-----
standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/client/builder/HiveObjectRefBuilder.java
62a227a
standalone-metastore/src/test/java/org/apache/hadoop/hive/metastore/TestObjectStore.java
7984af6
Diff: https://reviews.apache.org/r/67484/diff/1/
Testing
-------
Run the TestObjectStore.java tests
Thanks,
Peter Vary