-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Extend to add Default Server level configs for Dedup Tables #14684
base: master
Are you sure you want to change the base?
Conversation
merge master
@@ -96,4 +96,10 @@ public String getDedupTimeColumn() { | |||
public boolean isEnablePreload() { | |||
return _enablePreload; | |||
} | |||
|
|||
// CHECKSTYLE:OFF |
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.
Switched off the checkstyle as we would need to set server configs for preload when extending.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #14684 +/- ##
============================================
+ Coverage 61.75% 64.07% +2.32%
- Complexity 207 1608 +1401
============================================
Files 2436 2706 +270
Lines 133233 149093 +15860
Branches 20636 22844 +2208
============================================
+ Hits 82274 95534 +13260
- Misses 44911 46554 +1643
- Partials 6048 7005 +957
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
merge master
The following config settings are added in the PR on server level to extend the default behaviour of dedup: