confluentinc/ksql
Use a more restricted enum for different join types in the execution plan schema
Ouverte
#4 223 ouverte le 6 janv. 2020
enhancementfix-it-weekgood first issue
Métriques du dépôt
- Stars
- (5 739 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
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.