Yunhong Zheng created FLINK-28990:
-------------------------------------
Summary: Fix BatchPhysicalDynamicFilteringDataCollector with empty
output type
Key: FLINK-28990
URL: https://issues.apache.org/jira/browse/FLINK-28990
Project: Flink
Issue Type: Bug
Components: Table SQL / Planner
Affects Versions: 1.16.0
Reporter: Yunhong Zheng
Fix For: 1.16.0
When dpp fact side have calc node, and partition key index was changed in calc
node,
{code:java}
BatchPhysicalDynamicFilteringDataCollector {code}
will be set with a empty output type, which will throw exception in
{code:java}
HiveSourceDynamicFileEnumerator{code}
while check argument:
{code:java}
Preconditions.checkArgument(rowType.getFieldCount() ==
dynamicFilterPartitionKeys.size()); {code}
in method
{code:java}
setDynamicFilteringData {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)