confluentinc/ksql

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

Open

#4.223 geöffnet am 6. Jan. 2020

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (1.048 Forks)batch import
enhancementfix-it-weekgood first issue

Repository-Metriken

Stars
 (5.739 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 20h) (6 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide