You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/source/enumerator/FlinkSourceEnumerator.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@
84
84
* <p>The enumerator is responsible for:
85
85
*
86
86
* <ul>
87
-
* <li>Get the all splits(lake split + snapshot split + log split) for a table of Fluss to be
87
+
* <li>Get the all splits(lake split + kv snapshot split + log split) for a table of Fluss to be
88
88
* read.
89
89
* <li>Assign the splits to readers with the guarantee that the splits belong to the same bucket
Copy file name to clipboardExpand all lines: fluss-lake/fluss-lake-paimon/src/test/java/org/apache/fluss/lake/paimon/flink/FlinkUnionReadPrimaryKeyTableITCase.java
0 commit comments