[
https://issues.apache.org/jira/browse/FLINK-23798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yun Tang resolved FLINK-23798.
------------------------------
Release Note:
Merged
master: 7d7a97477a50753e38e5b499effc62bb00dfcfe2
release-1.14: f7c0381eb202819b9c1ecc1e3693b31377fe2a9a
Resolution: Fixed
> Avoid using reflection to get filter when partition filter is enabled
> ---------------------------------------------------------------------
>
> Key: FLINK-23798
> URL: https://issues.apache.org/jira/browse/FLINK-23798
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / State Backends
> Reporter: Yun Tang
> Assignee: PengFei Li
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.15.0, 1.14.1
>
>
> FLINK-20496 introduce partitioned index & filter to Flink. However, RocksDB
> only support new full format of filter in this feature, and we need to
> replace previous filter if user enabled. [Previous implementation use
> reflection to get the
> filter|https://github.com/apache/flink/blob/7ff4cbdc25aa971dccaf5ce02aaf46dc1e7345cc/flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBResourceContainer.java#L251-L258]
> and we could use API to get that after upgrading to newer version.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)