This is an automated email from the ASF dual-hosted git repository.
hangxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 929bd15daf1 [FLINK-37540][table-planner] Introduce
SupportsTargetColumnWriting sink ability (#26361)
add 14c848b9f74 [FLINK-37668][core] TimeUtils supports to parse ISO-8601
duration format
add 7b5936b515f [FLINK-37668][state] Make compaction filter related config
take effect for RocksDBStateBackend
add 8fff1c0e61a [FLINK-37668][state] Make compaction filter related config
take effect for ForStStateBackend
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/flink/util/TimeUtils.java | 18 +++++++++--
.../java/org/apache/flink/util/TimeUtilsTest.java | 12 +++++++
.../state/forst/ForStConfigurableOptions.java | 4 ++-
.../flink/state/forst/ForStResourceContainer.java | 4 +++
.../state/forst/ForStStateBackendConfigTest.java | 34 ++++++++++++++++++++
.../state/rocksdb/RocksDBConfigurableOptions.java | 4 ++-
.../state/rocksdb/RocksDBResourceContainer.java | 5 +++
.../rocksdb/RocksDBStateBackendConfigTest.java | 37 ++++++++++++++++++++++
8 files changed, 114 insertions(+), 4 deletions(-)