org.apache.hadoop.hive.metastore.MetaStoreUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hive-apache Show documentation
Show all versions of hive-apache Show documentation
Shaded version of Apache Hive for Presto
The newest version!
package org.apache.hadoop.hive.metastore;
/**
* Coral depends on a different version of Hive, which has the MetaStoreUtils to a different location. This change
* allows Coral to work across Hive versions.
*/
public class MetaStoreUtils extends HiveMetaStoreUtils {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy