deniskuzZ commented on code in PR #5628: URL: https://github.com/apache/hive/pull/5628#discussion_r2142801606
########## standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java: ########## @@ -598,7 +632,9 @@ void truncateTable(String catName, String dbName, String tableName, List<String> * isPurge flag when set to true files which needs to be recycled are not moved to Trash * @return Response which is currently void */ - CmRecycleResponse recycleDirToCmPath(CmRecycleRequest request) throws MetaException, TException; + default CmRecycleResponse recycleDirToCmPath(CmRecycleRequest request) throws MetaException, TException{ + return new CmRecycleResponse(); Review Comment: should throw UnsupportedOperationException -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org