Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
In HIVE-27129 we added support to add additional headers to be sent to the metastore. However, it uses Splitter.splitToList API from Guava API which is in beta and is not available in older guava releases. It is simpler to avoid using this API to avoid issues when a different version of guava is in classpath.