-
Notifications
You must be signed in to change notification settings - Fork 322
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: replace RtidbSchema
keywords to PBSchema
#1867
fix: replace RtidbSchema
keywords to PBSchema
#1867
Conversation
Hi @aceforeverd ,one CI failed, seems network unreachable. |
yes, don't worry, the problem does not relate to this PR |
Codecov Report
@@ Coverage Diff @@
## main #1867 +/- ##
============================================
- Coverage 73.77% 73.75% -0.03%
Complexity 347 347
============================================
Files 615 615
Lines 120392 120392
Branches 1021 1021
============================================
- Hits 88820 88795 -25
- Misses 31363 31388 +25
Partials 209 209
Continue to review full report at Codecov.
|
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bug fix
What is the current behavior? (You can also link to an open issue here)
Fix Rename
RtidbSchema
toPBSchema
#1866What is the new behavior (if this is a feature change)?
Use
PBSchema
instead ofRtidbSchema