-
Notifications
You must be signed in to change notification settings - Fork 209
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: query partition table with proxy in grpc service #802
feat: query partition table with proxy in grpc service #802
Conversation
Codecov Report
@@ Coverage Diff @@
## main #802 +/- ##
==========================================
- Coverage 67.95% 67.56% -0.39%
==========================================
Files 300 303 +3
Lines 47314 47529 +215
==========================================
- Hits 32151 32114 -37
- Misses 15163 15415 +252
... and 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* feat: support partition table with proxy * refactor code * feat: introduce partition table engine * test: modify integration_tests/cases/env/cluster/05_ddl/partition_table.result * refactor code * refactor by CR * refactor by CR * refactor by CR * refactor by CR
Which issue does this PR close?
Closes #
Rationale for this change
Support query partition table with proxy in grpc sql query.
What changes are included in this PR?
Are there any user-facing changes?
No.
How does this change test
Manual testing and CI.