chestnut-c commented on code in PR #6585:
URL: https://github.com/apache/inlong/pull/6585#discussion_r1030428437
##########
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java:
##########
@@ -57,6 +57,9 @@ public final class Constants {
public static final String NUM_BYTES_IN_PER_SECOND = "numBytesInPerSecond";
public static final String NUM_RECORDS_IN_PER_SECOND =
"numRecordsInPerSecond";
+
+ public static final String READ_PHASE = "readPhase";
Review Comment:
> Please add some comment for it,simply looking at this variable does not
know the specific meaning?
The whole database migration stage distinguishes between snapshot and
incremental data, business indicators need to know the current stage。
--
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]