pvargacl commented on a change in pull request #1087:
URL: https://github.com/apache/hive/pull/1087#discussion_r450326885
##########
File path:
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
##########
@@ -8322,6 +8322,22 @@ public AllocateTableWriteIdsResponse
allocate_table_write_ids(
return response;
}
+ @Override
+ public MaxAllocatedTableWriteIdResponse
get_max_allocated_table_write_id(MaxAllocatedTableWriteIdRequest rqst)
Review comment:
All the functions in HMS looks like this I don't want to break the
pattern. On the second glance, I had to change the seedWriteId and seedTxnId to
look like this...
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]