Jingsong Lee created FLINK-22600: ------------------------------------ Summary: TableSourceTable: extraDigests should be consistent with abilitySpecs Key: FLINK-22600 URL: https://issues.apache.org/jira/browse/FLINK-22600 Project: Flink Issue Type: Bug Components: Table SQL / Planner Reporter: Jingsong Lee Fix For: 1.14.0
In PushProjectIntoTableSourceScanRule, we add two abilitySpecs ProjectPushDownSpec and ReadingMetadataSpec, but only add one extraDigest. This should not happen, may bring some potential risk. -- This message was sent by Atlassian Jira (v8.3.4#803005)