confluentinc/ksql

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

開放

#4,223 建立於 2020年1月6日

 (0 則留言) (0 個反應) (1 位負責人)Java (1,048 個分叉)batch import
enhancementfix-it-weekgood first issue

倉庫指標

星標
 (5,739 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南