Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add CREATE SOURCE STREAM syntax and metadata info #8004

Merged
merged 2 commits into from
Aug 18, 2021
Merged

Conversation

jzaralim
Copy link
Contributor

Description

The STREAM version of #7945.

Testing done

Describe the testing strategy. Unit and integration tests are expected for any behavior changes.

Reviewer checklist

  • Ensure docs are updated if necessary. (eg. if a user visible feature is being added or changed).
  • Ensure relevant issues are linked (description should include text like "Fixes #")

@jzaralim jzaralim requested a review from a team as a code owner August 17, 2021 02:01
@jzaralim jzaralim requested review from spena and mjsax August 17, 2021 02:01
@@ -1070,6 +1074,9 @@
"leftJoinColumnName" : {
"type" : "string"
},
"leftJoinExpression" : {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did this change? Is this move going to affect the historic plans?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got this by running KsqlPlanSchemaTest.runMeToRegenerateSchemaFile. Perhaps this change is related to another PR?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably. You can manually reset that change and just leave the isSource field and see what happens. I have done that sometimes when I don't know why the schema or plan has changes I don't know.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted

Copy link
Member

@spena spena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jzaralim jzaralim merged commit 0d0e85a into master Aug 18, 2021
@jzaralim jzaralim deleted the source-stream branch August 18, 2021 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants