Details
-
Test
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
HIVE-7286 and HIVE-7420 adds test fixtures for running HCatalog core and HCatalog Pig Adapter tests against all native storage formats in Hive (i.e. those registered via StorageFormatDescriptor). Currently, Serdes are scattered between the ql and serde modules and storage formats have little shared test code.
As a result, a similar format-independent test fixture should be added to provide a common set of tests for all native storage formats. These tests will also be self-documenting, making it easier to keep track of incomplete or unstable storage formats by making it possible to disable running certain tests against a given storage format.