-
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: aggregator cleanup #1919
fix: aggregator cleanup #1919
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1919 +/- ##
============================================
+ Coverage 75.73% 75.77% +0.04%
Complexity 347 347
============================================
Files 613 613
Lines 117343 117484 +141
Branches 1009 1009
============================================
+ Hits 88868 89023 +155
+ Misses 28266 28252 -14
Partials 209 209
Continue to review full report at Codecov.
|
return false; | ||
} | ||
if (rs->Size() != 1) { | ||
status->msg = "duplicate records generate with aggr table name: " + tableInfo.name(); |
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.
move these check code before drop offline table
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
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
close Duplicate records in PRE_AGG_META_INFO #1850
close Cleanup pre-aggr table and meta info #1358
unique pre-aggr table name.
What is the new behavior (if this is a feature change)?