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: move filters to plan builder #3346

Merged
merged 2 commits into from
Sep 17, 2019

Conversation

rodesai
Copy link
Contributor

@rodesai rodesai commented Sep 13, 2019

Description

This patch moves SqlPredicate to ksql-execution and moves the
code that filters kstreams into execution step builders. There
is also a change to pull out rewriting rowtime filters from
SqlPredicate into schemakstream, since the plan should just
have the rewritten filters.

Testing done

  • added unit tests for builders and filter rewrite

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

@rodesai rodesai requested a review from a team as a code owner September 13, 2019 07:34
Copy link
Contributor

@vcrfxia vcrfxia 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 @rodesai !

@vcrfxia vcrfxia requested a review from a team September 16, 2019 23:14
This patch moves SqlPredicate to ksql-execution and moves the
code that filters kstreams into execution step builders. There
is also a change to pull out rewriting rowtime filters from
SqlPredicate into schemakstream, since the plan should just
have the rewritten filters.
@rodesai rodesai force-pushed the move-filter-to-execution branch from e91dcc3 to acf7cf0 Compare September 17, 2019 01:29
@rodesai rodesai merged commit d4d52f3 into confluentinc:master Sep 17, 2019
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.

2 participants