You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Vihang Karajgaonkar (Jira)" <ji...@apache.org> on 2023/04/12 22:22:00 UTC

[jira] [Created] (HIVE-27258) Remove usage of Splitter.splitToList in HiveMetaStoreClient HTTP client

Vihang Karajgaonkar created HIVE-27258:
------------------------------------------

             Summary: 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


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)