apache/beam

Do not convert a join that we cannot support

Open

#18,277 建立於 2022年6月3日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Java (4,097 fork)batch import
P3dslgood first issuesqlsub-task

倉庫指標

Star
 (7,313 star)
PR 合併指標
 (平均合併 6天) (30 天內合併 243 個 PR)

描述

The BeamJoinRule matches all LogicalJoin operators. If we make it not match a full join then Calcite should look for a different plan when it converts to BeamLogicalConvention. That is a good step to make sure we can support things and also force the logical optimizer to choose non-full joins.

Imported from Jira BEAM-4439. Original Jira may contain additional context. Reported by: kenn. Subtask of issue #18276

貢獻者指南