-
Notifications
You must be signed in to change notification settings - Fork 369
[AMORO-3356] Include ResourceSerde interface and impl with Simple/Kryo/Java Serialize #3571
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
…alize and KryoSerialize
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3571 +/- ##
============================================
+ Coverage 21.76% 28.27% +6.50%
- Complexity 2391 3703 +1312
============================================
Files 431 617 +186
Lines 40501 49779 +9278
Branches 5745 6432 +687
============================================
+ Hits 8816 14073 +5257
- Misses 30938 34698 +3760
- Partials 747 1008 +261
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
amoro-common/src/main/java/org/apache/amoro/serialization/KryoSerialize.java
Outdated
Show resolved
Hide resolved
amoro-common/src/main/java/org/apache/amoro/serialization/SimpleSerialize.java
Outdated
Show resolved
Hide resolved
amoro-common/src/main/java/org/apache/amoro/serialization/ResourceSerde.java
Outdated
Show resolved
Hide resolved
amoro-common/src/main/java/org/apache/amoro/serialization/ResourceSerde.java
Show resolved
Hide resolved
xxubai
left a comment
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.
Have a good shape. Some small notes for you
Include ResourceSerde interface and impl with SimpleSerialize/KryoSerialize/JavaSerialize
Their serialization/deserialization behavior was originally consistent with SequenceUtil
Before close #3361
Close #3356.
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before making a pull request
Documentation