Skip to content

Commit 314b7ef

Browse files
committed
fix style
1 parent e566daf commit 314b7ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-hudi/src/main/java/org/apache/flink/cdc/connectors/hudi/sink/event/TableAwareCorrespondent.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public boolean requestCreatingTable(CreateTableEvent createTableEvent) {
132132
}
133133

134134
/**
135-
* An CoordinationRequest that encapsulates a {@link CreateTableEvent}.
135+
* A CoordinationRequest that encapsulates a {@link CreateTableEvent}.
136136
*
137137
* <p>This request is sent from the {@code MultiTableEventStreamWriteFunction} to the {@code
138138
* MultiTableStreamWriteOperatorCoordinator} to signal that a new table has been discovered in
@@ -157,6 +157,10 @@ public String toString() {
157157
}
158158
}
159159

160+
/**
161+
* Response for a {@link CreateTableRequest}. This response is sent from writer coordinator to
162+
* indicate whether the table is created successfully.
163+
*/
160164
public static class CreateTableResponse implements CoordinationResponse {
161165
private static final long serialVersionUID = 1L;
162166
private final boolean success;

0 commit comments

Comments
 (0)