the-other-tim-brown commented on code in PR #13380:
URL: https://github.com/apache/hudi/pull/13380#discussion_r2140289811
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java:
##########
@@ -967,7 +967,11 @@ public String startDeletePartitionCommit() {
* @return the instant generated for the delete partition commit
*/
public String startDeletePartitionCommit(HoodieTableMetaClient metaClient) {
- return
tableServiceClient.startDeletePartitionCommit(metaClient).requestedTime();
+ String instantTime =
tableServiceClient.startDeletePartitionCommit(metaClient).requestedTime();
Review Comment:
Makes sense, updated the code
--
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]