This is an automated email from the ASF dual-hosted git repository.
czweng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git
from 534f8b55 [FLINK-29791] Redirect gc log from stdout to file
add 0a193a81 [FLINK-29805] Fix incorrect snapshot filter when snapshots
are committing too slow
No new revisions were added by this update.
Summary of changes:
.../store/file/operation/FileStoreCommitImpl.java | 40 +++++++---------------
.../store/file/operation/FileStoreExpireImpl.java | 8 +----
.../table/store/file/utils/SnapshotManager.java | 34 ++++++++++++++++--
.../flink/table/store/file/TestFileStore.java | 4 +--
.../store/file/operation/FileStoreCommitTest.java | 34 +++++++++++++++---
.../store/file/operation/FileStoreExpireTest.java | 4 +--
6 files changed, 79 insertions(+), 45 deletions(-)