confluentinc/ksql

Use a more restricted enum for different join types in the execution plan schema

Open

#4,223 创建于 2020年1月6日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)Java (1,048 fork)batch import
enhancementfix-it-weekgood first issue

仓库指标

Star
 (5,739 star)
PR 合并指标
 (平均合并 4天 20小时) (30 天内合并 6 个 PR)

描述

Currently all join types in the schema support OUTER/INNER/LEFT as join types. However, some joins don't support all the different join types. We should use the strictest possible enum for each join.

贡献者指南