You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yunhong Zheng (Jira)" <ji...@apache.org> on 2022/08/16 08:16:00 UTC

[jira] [Created] (FLINK-28990) Fix BatchPhysicalDynamicFilteringDataCollector with empty output type

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)