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(planner): Enable push down filter scan #7072

Merged
merged 5 commits into from
Aug 10, 2022

Conversation

leiysky
Copy link
Contributor

@leiysky leiysky commented Aug 10, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

Close #7069

@vercel
Copy link

vercel bot commented Aug 10, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Aug 10, 2022 at 2:20PM (UTC)

@leiysky leiysky requested review from sundy-li and xudong963 and removed request for sundy-li August 10, 2022 13:36
@mergify
Copy link
Contributor

mergify bot commented Aug 10, 2022

This pull request's title is not fulfill the requirements. @leiysky please update it 🙏.

Valid format:

fix(query): fix group by string bug
  ^         ^---------------------^
  |         |
  |         +-> Summary in present tense.
  |
  +-------> Type: rfc, feat, fix, refactor, ci, docs, chore

Valid types:

  • rfc: this PR proposes a new RFC
  • feat: this PR introduces a new feature to the codebase
  • fix: this PR patches a bug in codebase
  • refactor: this PR changes the code base without new features or bugfix
  • ci: this PR changes build/testing/ci steps
  • docs: this PR changes the documents or websites
  • chore: this PR only has small changes that no need to record

@leiysky leiysky changed the title bugfix(planner): Enable push down filter scan fix(planner): Enable push down filter scan Aug 10, 2022
@leiysky leiysky added the pr-bugfix this PR patches a bug in codebase label Aug 10, 2022
@leiysky leiysky requested a review from sundy-li August 10, 2022 13:39
@mergify mergify bot merged commit dc289e0 into databendlabs:main Aug 10, 2022
@leiysky leiysky deleted the enable-push-down-filter-scan branch August 10, 2022 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix this PR patches a bug in codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimizer rule_push_down_filter_scan is not enabled
3 participants