-
Notifications
You must be signed in to change notification settings - Fork 287
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
mounter: skip the DML of ineligible table #773
Conversation
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.
Please add tests for bugfix.
the test is implemented in UTF cases |
/lgtm |
/merge |
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #773 +/- ##
===========================================
Coverage 33.5719% 33.5719%
===========================================
Files 94 94
Lines 10336 10336
===========================================
Hits 3470 3470
Misses 6530 6530
Partials 336 336 |
What problem does this PR solve?
skip the DML of ineligible table
fix the part 2 of #743
What is changed and how it works?
Check List
Tests
Release note