confluentinc/ksql

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

Open

#4,223 opened on 2020年1月6日

GitHub で見る
 (0 comments) (0 reactions) (1 assignee)Java (1,048 forks)batch import
enhancementfix-it-weekgood first issue

Repository metrics

Stars
 (5,739 stars)
PR merge metrics
 (平均マージ 4d 20h) (30d で 6 merged PRs)

説明

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.

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