dengzhhu653 commented on code in PR #5275: URL: https://github.com/apache/hive/pull/5275#discussion_r1719196358
########## standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift: ########## @@ -3028,6 +3040,8 @@ PartitionsResponse get_partitions_req(1:PartitionsRequest req) list<string> get_functions(1:string dbName, 2:string pattern) throws (1:MetaException o1) + GetFunctionsResponse get_functions_in_db(1:GetFunctionsRequest request) Review Comment: `get_functions_in_db` -> `get_functions_req`? -- 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