Gustavo de Morais created FLINK-38043:
-----------------------------------------
Summary: Support joining without join keys
Key: FLINK-38043
URL: https://issues.apache.org/jira/browse/FLINK-38043
Project: Flink
Issue Type: Sub-task
Reporter: Gustavo de Morais
Assignee: Gustavo de Morais
Fix For: 2.1.0
There are cases where the user can join without any join key. Example: SELECT *
FROM T1 JOIN T2 ON TRUE;
We want to configure a singleton distribution and also be able to run this join.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)