henrib commented on code in PR #4194:
URL: https://github.com/apache/hive/pull/4194#discussion_r1174283306
##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java:
##########
@@ -4393,4 +4393,27 @@ ReplicationMetricList
getReplicationMetrics(GetReplicationMetricsRequest
AbortCompactResponse abortCompactions(AbortCompactionRequest request) throws
TException;
+ /**
+ * Sets properties.
+ * @param nameSpace the property store namespace
+ * @param properties a map keyed by property path mapped to property values
+ * @return true if successful, false otherwise
+ * @throws TException
+ */
+ default boolean setProperties(String nameSpace, Map<String, String>
properties) throws TException {
+ throw new UnsupportedOperationException();
Review Comment:
SessionHiveMetaStoreClient extends HiveMetaStoreClient where the default
methods are overridden and implemented.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]