-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[HUDI-1468] Support more flexible clustering strategies and preserve commit … #3211
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
Conversation
|
@n3nash @vinothchandar this includes all my changes done for supporting encryption style usecases using clustering framework. I still need to port some tests. But please take a look and add any comments |
ab7bacb to
c9c9a0d
Compare
Codecov Report
@@ Coverage Diff @@
## master #3211 +/- ##
=============================================
+ Coverage 47.51% 65.76% +18.25%
+ Complexity 5429 796 -4633
=============================================
Files 922 101 -821
Lines 40968 3529 -37439
Branches 4105 351 -3754
=============================================
- Hits 19464 2321 -17143
+ Misses 19780 1070 -18710
+ Partials 1724 138 -1586
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
…metadata as part of clustering
c9c9a0d to
56f4484
Compare
|
@satishkotha Couple of high level questions:
|
|
@codope @satishkotha what's the next step here? |
@codope is working on adding additional tests for this PR. he mentioned he opened codope#3 |
|
Closing in favor of #3419 |
What is the purpose of the pull request
Support custom clustering strategies and preserve commit time to support incremental read
Brief change log
Verify this pull request
This change added tests and can be verified as follows:
Committer checklist
Has a corresponding JIRA in PR title & commit
Commit message is descriptive of the change
CI is green
Necessary doc changes done or have another open PR
For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.