We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9e351 commit 592bd45Copy full SHA for 592bd45
1 file changed
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/event/WriteMetadataEvent.java
@@ -168,7 +168,7 @@ public String toString() {
168
return "WriteMetadataEvent{"
169
+ "writeStatusesSize=" + writeStatuses.size()
170
+ ", taskID=" + taskID
171
- + ", instantTime=" + instantTime
+ + ", instantTime='" + instantTime + '\''
172
+ ", lastBatch=" + lastBatch
173
+ ", endInput=" + endInput
174
+ ", bootstrap=" + bootstrap
0 commit comments