-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: move joins to plan builder (#3361)
Moves code for joining kstreams/ktables out of SchemaKStream/Table and into execution plan builders. Also moves KsqlValueJoiner into ksql-streams, so that it can be used from the plan builders. Also adds a buildKeySerde API for building both windowed and unwindowed keys, since most of the plan builders dont have type information for the key.
- Loading branch information
Showing
21 changed files
with
1,340 additions
and
345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.