confluentinc/ksql
Vedi su GitHubUse a more restricted enum for different join types in the execution plan schema
Open
#4223 aperta il 6 gen 2020
enhancementfix-it-weekgood first issue
Metriche repository
- Star
- (5739 star)
- Metriche merge PR
- (Merge medio 4g 20h) (6 PR mergiate in 30 g)
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.