bmaidics commented on a change in pull request #1330: URL: https://github.com/apache/hive/pull/1330#discussion_r467008407
########## File path: standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift ########## @@ -2454,10 +2467,14 @@ PartitionsResponse get_partitions_req(1:PartitionsRequest req) // partition keys in new_part should be the same as those in old partition. void rename_partition(1:string db_name, 2:string tbl_name, 3:list<string> part_vals, 4:Partition new_part) throws (1:InvalidOperationException o1, 2:MetaException o2) - + RenamePartitionResponse rename_partition_req(1:RenamePartitionRequest req) throws (1:InvalidOperationException o1, 2:MetaException o2) + // Returns a file list using FlatBuffers as serialization + GetFileListResponse get_file_list(1:GetFileListRequest req) + throws(1:MetaException o1) Review comment: You're right, I forgot to add it. ---------------------------------------------------------------- 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. 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