[
https://issues.apache.org/jira/browse/HIVE-27258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HIVE-27258:
----------------------------------
Labels: pull-request-available (was: )
> Remove usage of Splitter.splitToList in HiveMetaStoreClient HTTP client
> -----------------------------------------------------------------------
>
> Key: HIVE-27258
> URL: https://issues.apache.org/jira/browse/HIVE-27258
> Project: Hive
> Issue Type: Improvement
> Reporter: Vihang Karajgaonkar
> Assignee: Vihang Karajgaonkar
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)