This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git
The following commit(s) were added to refs/heads/master by this push:
new 843b6f28 [hotfix] Fix FileStoreScan..Plan.snapshotId document
843b6f28 is described below
commit 843b6f28fa8d9a457dafd9d70bf5b15ae6dfb9d4
Author: JingsongLi <[email protected]>
AuthorDate: Mon Jun 13 18:20:28 2022 +0800
[hotfix] Fix FileStoreScan..Plan.snapshotId document
---
.../org/apache/flink/table/store/file/operation/FileStoreScan.java | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git
a/flink-table-store-core/src/main/java/org/apache/flink/table/store/file/operation/FileStoreScan.java
b/flink-table-store-core/src/main/java/org/apache/flink/table/store/file/operation/FileStoreScan.java
index 7a9667be..7a5eaa91 100644
---
a/flink-table-store-core/src/main/java/org/apache/flink/table/store/file/operation/FileStoreScan.java
+++
b/flink-table-store-core/src/main/java/org/apache/flink/table/store/file/operation/FileStoreScan.java
@@ -59,7 +59,10 @@ public interface FileStoreScan {
/** Result plan of this scan. */
interface Plan {
- /** Snapshot id of this plan, return null if manifest list is
specified. */
+ /**
+ * Snapshot id of this plan, return null if the table is empty or the
manifest list is
+ * specified.
+ */
@Nullable
Long snapshotId();