Zhihua Deng created HIVE-29427:
----------------------------------

             Summary: Separate deprecated methods from HMSHandler
                 Key: HIVE-29427
                 URL: https://issues.apache.org/jira/browse/HIVE-29427
             Project: Hive
          Issue Type: Sub-task
            Reporter: Zhihua Deng


We have dozens of methods in HMSHandler marked as deprecated, it's time to move 
them out of the HMSHandler to make it focus on the supported APIs.

For those deprecated methods, we need to know when they are declared as 
deprecated, so it's easy to validate or even remove them in the future, similar 
as:

 
@Deprecated(since = "4.3.0", jira = "HIVE-xxx")
public void flushCache() throws TException {
   getMS().flushCache();
}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to