We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f5464 commit 1bd22d8Copy full SHA for 1bd22d8
fluss-client/src/main/java/org/apache/fluss/client/table/scanner/SnapshotQuery.java
@@ -23,10 +23,9 @@
23
import org.apache.fluss.utils.CloseableIterator;
24
25
/**
26
- * Used to configure and execute a snapshot query to read all current data in a table bucket for a
27
- * primary key table.
+ * Used to configure and execute a snapshot query to read all kv data of a primary key table.
28
*
29
- * @since 0.6
+ * @since 0.9
30
*/
31
@PublicEvolving
32
public interface SnapshotQuery {
0 commit comments