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

[jira] [Created] (HIVE-27298) Provide implementation of HMS thrift service that throws UnsupportedOperationException

John Sherman created HIVE-27298:
-----------------------------------

             Summary: Provide implementation of HMS thrift service that throws UnsupportedOperationException
                 Key: HIVE-27298
                 URL: https://issues.apache.org/jira/browse/HIVE-27298
             Project: Hive
          Issue Type: Improvement
            Reporter: John Sherman


The intent of HIVE-25005 and AbstractThriftHiveMetastore class was to provide default implementation for every HMS thrift method that throws UnsupportedOperationException.
However - HIVE-25005 made the class abstract, so as a result there are a variety of HMS service methods that are not implemented in AbstractThriftHiveMetastore.

We should either:
a) remove abstract from the class definition AbstractThriftHiveMetastore
or
b) add a new class that is not abstract.



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