Jingsong Lee created FLINK-25643: ------------------------------------ Summary: Introduce Predicate to table store Key: FLINK-25643 URL: https://issues.apache.org/jira/browse/FLINK-25643 Project: Flink Issue Type: Sub-task Components: Table Store Reporter: Jingsong Lee Assignee: Jingsong Lee Fix For: table-store-0.1.0
Flink Expression is not serializable. Although it has asSerializableString, the method is not implemented by all Expressions, and the deserialization requires many parameters. So table store introduces Predicate to be a serializable class to do filter and partition push down. -- This message was sent by Atlassian Jira (v8.20.1#820001)