[
https://issues.apache.org/jira/browse/HIVE-22017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kishen Das reassigned HIVE-22017:
---------------------------------
Assignee: Kishen Das
Description: As part of HIVE-21637 we would have to introduce
ValidWriteIdList in several methods. Also, in the long term, we should
deprecate and remove all the methods that take direct arguments, as the service
definition keeps changing whenever we add/remove arguments, making it hard to
maintain backward compatibility. So, instead of adding writeId in bunch of
get_xxx calls that take direct arguments, we will create new set of methods
that take Request object and return Response object. We shall mark those
deprecated and remove in future version. (was: HIVE-21637 changes a bunch HMS
interface to add writeid into all get_xxx calls. Ideally we shall provide
original version and forward it to the new api to make the change backward
compatible. The downside is double the size of HMS methods. We shall mark those
deprecated and remove in future version.)
> HMS interface backward compatible after HIVE-21637
> --------------------------------------------------
>
> Key: HIVE-22017
> URL: https://issues.apache.org/jira/browse/HIVE-22017
> Project: Hive
> Issue Type: Sub-task
> Reporter: Daniel Dai
> Assignee: Kishen Das
> Priority: Major
>
> As part of HIVE-21637 we would have to introduce ValidWriteIdList in several
> methods. Also, in the long term, we should deprecate and remove all the
> methods that take direct arguments, as the service definition keeps changing
> whenever we add/remove arguments, making it hard to maintain backward
> compatibility. So, instead of adding writeId in bunch of get_xxx calls that
> take direct arguments, we will create new set of methods that take Request
> object and return Response object. We shall mark those deprecated and remove
> in future version.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)