[
https://issues.apache.org/jira/browse/FLINK-19847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17359829#comment-17359829
]
Jingsong Lee commented on FLINK-19847:
--------------------------------------
Even if we want to support nested table join, it should be join on Row or Map
instead of Array.
Because Array is a special struct with index... I am not sure it is safety to
support equals on it.
> Can we create a fast support on the Nested table join?
> ------------------------------------------------------
>
> Key: FLINK-19847
> URL: https://issues.apache.org/jira/browse/FLINK-19847
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / Runtime
> Affects Versions: 1.11.1
> Reporter: xiaogang zhou
> Priority: Minor
> Labels: auto-deprioritized-major
>
> In CommonLookupJoin, one TODO is
> support nested lookup keys in the future,
> // currently we only support top-level lookup keys
>
> can we create a fast support on the Array join? thx
--
This message was sent by Atlassian Jira
(v8.3.4#803005)