Skip to content

Commit 1bd22d8

Browse files
committed
update interface
1 parent c8f5464 commit 1bd22d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

fluss-client/src/main/java/org/apache/fluss/client/table/scanner/SnapshotQuery.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@
2323
import org.apache.fluss.utils.CloseableIterator;
2424

2525
/**
26-
* Used to configure and execute a snapshot query to read all current data in a table bucket for a
27-
* primary key table.
26+
* Used to configure and execute a snapshot query to read all kv data of a primary key table.
2827
*
29-
* @since 0.6
28+
* @since 0.9
3029
*/
3130
@PublicEvolving
3231
public interface SnapshotQuery {

0 commit comments

Comments
 (0)