confluentinc/ksql

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

Aperta

#4223 aperta il 6 gen 2020

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

Guida contributor