forked from apache/hudi
-
Notifications
You must be signed in to change notification settings - Fork 1
sync #3
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
Merged
Merged
sync #3
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… path for auto commit code path (#4588) * Fixing conflict resolution in transaction management code path for auto commit code path * Addressing comments * Fixing test failures
…4673) Co-authored-by: yuezhang <[email protected]>
Co-authored-by: Satyam Raj <[email protected]>
…low to support linear ordering (#4606) Refactoring layout optimization (clustering) flow to - Enable support for linear (lexicographic) ordering as one of the ordering strategies (along w/ Z-order, Hilbert) - Reconcile Layout Optimization and Clustering configuration to be more congruent
…sed on hardcoded key field (#4449) * [HUDI-2763] Metadata table records - support for key deduplication and virtual keys - The backing log format for the metadata table is HFile, a KeyValue type. Since the key field in the metadata record payload is a duplicate of the Key in the Cell, the redundant key field in the record can be emptied to save on the cost. - HoodieHFileWriter and HoodieHFileDataBlock will now serialize records with the key field emptied by default. HFile writer tries to find if the record has metadata payload schema field 'key' and if so it does the key trimming from the record payload. - HoodieHFileReader when reading the serialized records back from disk, it materializes the missing keyFields if any. HFile reader tries to find if the record has metadata payload schema fiels 'key' and if so it does the key materialization in the record payload. - Tests have been added to verify the default virtual keys and key deduplication support for the metadata table records. Co-authored-by: Vinoth Chandar <[email protected]>
…erlying files have been cleared or moved by cleaner (#3946) Co-authored-by: sivabalan <[email protected]>
Co-authored-by: Sivabalan Narayanan <[email protected]>
- Adding support for Parquet in MOR tables Log blocks Co-authored-by: Sivabalan Narayanan <[email protected]>
…d clustering-cli Tests (#4817) Co-authored-by: yuezhang <[email protected]>
… to build a write pipeline (#4906)
Co-authored-by: 苏承祥 <[email protected]>
…field does not have diff data type (#4852)
ParquetColumnarRowSplitReader#batchSize is 2048, so Changing MINI_BATCH_SIZE to 2048 will reduce memory cache.
…e Index (#4840) Co-authored-by: guanziyue <[email protected]>
…ypedProperties.java (#4920)
Co-authored-by: Wenning Ding <[email protected]>
Co-authored-by: yuzhaojing <[email protected]>
…eMetadataTableValidator (#4878)
…h the latest schema (#4000) Co-authored-by: yuzhaojing <[email protected]>
…cible Builds (#4866)
* Minor content error * Minor content error
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tips
What is the purpose of the pull request
(For example: This pull request adds quick-start document.)
Brief change log
(for example:)
Verify this pull request
(Please pick either of the following options)
This pull request is a trivial rework / code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
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.