Yunhong Zheng created FLINK-32952: ------------------------------------- Summary: Source reuse with readable metadata and watermark push down will get wrong watermark Key: FLINK-32952 URL: https://issues.apache.org/jira/browse/FLINK-32952 Project: Flink Issue Type: Bug Components: Table SQL / Planner Affects Versions: 1.18.0 Reporter: Yunhong Zheng Fix For: 1.18.0
Source reuse with readable metadata and watermark push down will get wrong result. In class SourceReuser, we will re-build watermark spec after projection push down. However, we will get wrong index while try to find index in new source type. -- This message was sent by Atlassian Jira (v8.20.10#820010)