yuzhaojing commented on code in PR #5681: URL: https://github.com/apache/hudi/pull/5681#discussion_r901234203
########## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/HoodieWriteMetadata.java: ########## @@ -37,6 +37,8 @@ // Will be set when auto-commit happens private boolean isCommitted; + // Will be set when table management service enable + private boolean isEmpty; Review Comment: Good suggestion, update later. -- 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]
