confluentinc/ksql
Use a more restricted enum for different join types in the execution plan schema
Offen
#4.223 geöffnet am 06.01.2020
enhancementfix-it-weekgood first issue
Repository-Metriken
- Stars
- (5.739 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
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.