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

fix: exclude window bounds from persistent query value & schema match #5425

Merged

Conversation

big-andy-coates
Copy link
Contributor

@big-andy-coates big-andy-coates commented May 20, 2020

Description

fixes: #5423
fixes: #5424

The values of WINDOWSTART and WINDOWEND should not be included in the message value on a select * from a windowed source.

The code should also validate that the logical and physical query plan schemas match!

Note, this PR adds some more complexity around handling persistent vs push queries. But this will go again very soon.

Testing done

usual

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 #")

fixes: confluentinc#5423
fixes: confluentinc#5424

The values of `WINDOWSTART` and `WINDOWEND` should not be included in the message value on a `select *` from a windowed source.

The code should also validate that the logical and physical query plan schemas _match_!
@big-andy-coates big-andy-coates requested a review from a team as a code owner May 20, 2020 11:52
@big-andy-coates big-andy-coates changed the title fix: exclude window bounds from persistent query value fix: exclude window bounds from persistent query value & schema match May 20, 2020
Copy link
Contributor

@agavra agavra left a comment

Choose a reason for hiding this comment

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

LGTM - thanks @big-andy-coates

@big-andy-coates big-andy-coates merged commit 3596ceb into confluentinc:master May 21, 2020
@big-andy-coates big-andy-coates deleted the validate_schemas_match branch May 21, 2020 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants