Skip to content

Commit ebbbbcf

Browse files
committed
[hotfix] Add the missing ',' for HybridSnapshotLogSplit#toString()
1 parent 35d92c5 commit ebbbbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/source/split/HybridSnapshotLogSplit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public String toString() {
9999
+ partitionName
100100
+ "', snapshotId="
101101
+ snapshotId
102-
+ "isSnapshotFinished="
102+
+ ", isSnapshotFinished="
103103
+ isSnapshotFinished
104104
+ ", logStartingOffset="
105105
+ logStartingOffset

0 commit comments

Comments
 (0)