feat(utilities): Migrate schema providers to HoodieSchema#18893
Draft
Pavan-249 wants to merge 1 commit into
Draft
feat(utilities): Migrate schema providers to HoodieSchema#18893Pavan-249 wants to merge 1 commit into
Pavan-249 wants to merge 1 commit into
Conversation
Migrate FilebasedSchemaProvider, HiveSchemaProvider, SchemaRegistryProvider, and SimpleSchemaProvider from Avro Schema to HoodieSchema. Part of apache#14281 (RFC-99 apache#14263)
Collaborator
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #18893 +/- ##
=============================================
- Coverage 68.25% 52.92% -15.34%
+ Complexity 29336 21534 -7802
=============================================
Files 2527 2451 -76
Lines 141858 132396 -9462
Branches 17627 15474 -2153
=============================================
- Hits 96831 70074 -26757
- Misses 37062 56851 +19789
+ Partials 7965 5471 -2494
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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
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.
Describe the issue this Pull Request addresses
Part of #14281 (RFC-99 #14263)
Summary and Changelog
Migrate schema providers in hudi-utilities from Avro Schema to HoodieSchema.
Note: this covers only the schema providers in hudi-utilities. Remaining hudi-sync files will follow in a separate PR.
Impact
None. RFC-99 guarantees binary compatibility with Avro in this migration phase. No on-disk formats or serialization formats are changed.
Risk Level
Medium. No tests added yet. Migration follows the established RFC-99 pattern but schema provider behavior has not been locally verified. Opening as draft for directional review before proceeding further.
Documentation Update
None
Contributor's checklist