[
https://issues.apache.org/jira/browse/FLINK-38379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18021430#comment-18021430
]
Sergey Nuyanzin commented on FLINK-38379:
-----------------------------------------
Merged as
[c3e0dbed1c177cba07ff6772dce6e6fe0e7af586|https://github.com/apache/flink/commit/c3e0dbed1c177cba07ff6772dce6e6fe0e7af586]
> 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
> Priority: Major
> Labels: pull-request-available
> 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)