yanghua commented on a change in pull request #2445:
URL: https://github.com/apache/hudi/pull/2445#discussion_r571429559
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/callback/common/HoodieWriteCommitCallbackMessage.java
##########
@@ -41,13 +41,19 @@
*/
private String basePath;
+ /**
+ * partitionPath in hudi table
+ */
+ private String partitionPath;
+
public HoodieWriteCommitCallbackMessage() {
}
- public HoodieWriteCommitCallbackMessage(String commitTime, String tableName,
String basePath) {
+ public HoodieWriteCommitCallbackMessage(String commitTime, String tableName,
String basePath, String partitionPath) {
Review comment:
IMO, we can define a DTO to encapsulate more and more metadata
information. wdyt?
----------------------------------------------------------------
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]