[ https://issues.apache.org/jira/browse/HIVE-27129?focusedWorklogId=850206&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-850206 ]
ASF GitHub Bot logged work on HIVE-27129: ----------------------------------------- Author: ASF GitHub Bot Created on: 10/Mar/23 01:15 Start Date: 10/Mar/23 01:15 Worklog Time Spent: 10m Work Description: junlinzeng-db commented on code in PR #4104: URL: https://github.com/apache/hive/pull/4104#discussion_r1131832954 ########## standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java: ########## @@ -35,25 +35,15 @@ import java.net.UnknownHostException; import java.nio.ByteBuffer; import java.security.PrivilegedExceptionAction; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collection; -import java.util.Collections; -import java.util.HashMap; -import java.util.Iterator; -import java.util.LinkedHashMap; -import java.util.List; -import java.util.Map; +import java.util.*; Review Comment: yeah it was my IDE. fixed Issue Time Tracking ------------------- Worklog Id: (was: 850206) Time Spent: 40m (was: 0.5h) > Enhanced support to Hive Client http support > -------------------------------------------- > > Key: HIVE-27129 > URL: https://issues.apache.org/jira/browse/HIVE-27129 > Project: Hive > Issue Type: Improvement > Reporter: Junlin Zeng > Assignee: Junlin Zeng > Priority: Major > Labels: pull-request-available > Time Spent: 40m > Remaining Estimate: 0h > > Currently we support using http in the hive metastore connection. However, we > do not support custom headers and also default trust store. This ticket > tracks the work to improve the http journey. -- This message was sent by Atlassian Jira (v8.20.10#820010)