Skip to content
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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

deepthi912
Copy link
Collaborator

@deepthi912 deepthi912 commented Dec 18, 2024

The following config settings are added in the PR on server level to extend the default behaviour of dedup:

  1. EnablePreload
  2. metadataManagerClass

@@ -96,4 +96,10 @@ public String getDedupTimeColumn() {
public boolean isEnablePreload() {
return _enablePreload;
}

// CHECKSTYLE:OFF
Copy link
Collaborator Author

@deepthi912 deepthi912 Dec 19, 2024

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-commenter
Copy link

codecov-commenter commented Dec 19, 2024

Codecov Report

Attention: Patch coverage is 0% with 11 lines in your changes missing coverage. Please review.

Project coverage is 64.07%. Comparing base (59551e4) to head (851a462).
Report is 1489 commits behind head on master.

Files with missing lines Patch % Lines
.../local/dedup/TableDedupMetadataManagerFactory.java 0.00% 5 Missing and 1 partial ⚠️
...ata/manager/realtime/RealtimeTableDataManager.java 0.00% 2 Missing ⚠️
.../starter/helix/HelixInstanceDataManagerConfig.java 0.00% 2 Missing ⚠️
...org/apache/pinot/spi/config/table/DedupConfig.java 0.00% 1 Missing ⚠️
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     
Flag Coverage Δ
custom-integration1 100.00% <ø> (+99.99%) ⬆️
integration 100.00% <ø> (+99.99%) ⬆️
integration1 100.00% <ø> (+99.99%) ⬆️
integration2 0.00% <ø> (ø)
java-11 63.99% <0.00%> (+2.28%) ⬆️
java-21 63.95% <0.00%> (+2.33%) ⬆️
skip-bytebuffers-false 64.05% <0.00%> (+2.30%) ⬆️
skip-bytebuffers-true 63.88% <0.00%> (+36.15%) ⬆️
temurin 64.07% <0.00%> (+2.32%) ⬆️
unittests 64.07% <0.00%> (+2.32%) ⬆️
unittests1 56.33% <0.00%> (+9.43%) ⬆️
unittests2 34.51% <0.00%> (+6.78%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants