confluentinc/ksql
Use a more restricted enum for different join types in the execution plan schema
Aperta
#4223 aperta il 6 gen 2020
enhancementfix-it-weekgood first issue
Metriche repository
- Star
- (5739 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.