confluentinc/ksql
View on GitHubUse a more restricted enum for different join types in the execution plan schema
Open
#4,223 opened on Jan 6, 2020
enhancementfix-it-weekgood first issue
Repository metrics
- Stars
- (5,739 stars)
- PR merge metrics
- (Avg merge 4d 20h) (6 merged PRs in 30d)
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.