confluentinc/ksql

Use a more restricted enum for different join types in the execution plan schema

Open

#4223 aperta il 6 gen 2020

Vedi su GitHub
 (0 commenti) (0 reazioni) (1 assegnatario)Java (1048 fork)batch import
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.

Guida contributor