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 decode enum not correctly #332

Merged
merged 7 commits into from
Oct 31, 2022
Merged

Fix decode enum not correctly #332

merged 7 commits into from
Oct 31, 2022

Conversation

wongoo
Copy link
Contributor

@wongoo wongoo commented Oct 29, 2022

What this PR does:
Fix decode enum not correctly, for new defined enum type cant be converted to the original type

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

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@5e88953). Click here to learn what that means.
The diff coverage is 0.00%.

@@            Coverage Diff            @@
##             master     #332   +/-   ##
=========================================
  Coverage          ?   72.17%           
=========================================
  Files             ?       27           
  Lines             ?     3127           
  Branches          ?        0           
=========================================
  Hits              ?     2257           
  Misses            ?      633           
  Partials          ?      237           
Impacted Files Coverage Δ
object.go 69.62% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@wongoo wongoo merged commit d520464 into apache:master Oct 31, 2022
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.

完善对Java枚举类型可变长参数方法的支持
3 participants