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

fix list value not unpacked #300

Merged
merged 3 commits into from
Dec 24, 2021
Merged

fix list value not unpacked #300

merged 3 commits into from
Dec 24, 2021

Conversation

wongoo
Copy link
Contributor

@wongoo wongoo commented Dec 23, 2021

What this PR does:
fix list value not unpacked

Which issue(s) this PR fixes:
Fixes #299

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

- fix list value not unpacked. #299

@codecov-commenter
Copy link

codecov-commenter commented Dec 23, 2021

Codecov Report

Merging #300 (cc52001) into master (c715349) will decrease coverage by 0.00%.
The diff coverage is 73.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #300      +/-   ##
==========================================
- Coverage   70.70%   70.69%   -0.01%     
==========================================
  Files          27       27              
  Lines        3021     3027       +6     
==========================================
+ Hits         2136     2140       +4     
- Misses        660      661       +1     
- Partials      225      226       +1     
Impacted Files Coverage Δ
codec.go 74.67% <69.23%> (-0.90%) ⬇️
java_collection.go 60.56% <100.00%> (+1.65%) ⬆️
list.go 85.52% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c715349...cc52001. Read the comment docs.

@wongoo wongoo merged commit 9b0d390 into apache:master Dec 24, 2021
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.

结构体序列化再反序列化,不能完全还原
5 participants