Gustavo de Morais created FLINK-38379: -----------------------------------------
Summary: Adjust visitMultiJoin in RelTimeIndicatorConverter to use fields and not rows Key: FLINK-38379 URL: https://issues.apache.org/jira/browse/FLINK-38379 Project: Flink Issue Type: Bug Components: Table SQL / Planner Affects Versions: 2.1.0 Reporter: Gustavo de Morais Assignee: Gustavo de Morais Fix For: 2.2.0 There's an issue when materializing time attributes for MultiJoin: we were using the row type instead of the combined list of joined field types. The solution is simple: we need to init the materializer with a list of all fields from all inputs, not just the rows from each one. -- This message was sent by Atlassian Jira (v8.20.10#820010)