apache/beam

Do not convert a join that we cannot support

オープン

#18,277 opened on 2022/06/03

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Java (4,097 件のフォーク)batch import
P3dslgood first issuesqlsub-task

Repository metrics

Stars
 (7,313 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド