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

Optimized fastserde enum field deserialization #500

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

kcepmada
Copy link
Contributor

BUG=FI-13182
Closes #302

Optimize enum field deserialization #499

BUG=FI-13182
Closes linkedin#302

Optimize enum field deserialization linkedin#499
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (accc9ed) 45.70% compared to head (6986070) 45.71%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #500   +/-   ##
=========================================
  Coverage     45.70%   45.71%           
- Complexity     4423     4427    +4     
=========================================
  Files           398      398           
  Lines         28007    28007           
  Branches       4617     4617           
=========================================
+ Hits          12801    12803    +2     
  Misses        13649    13649           
+ Partials       1557     1555    -2     

see 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@radai-rosenblatt radai-rosenblatt merged commit ebfd273 into linkedin:master Jul 14, 2023
2 checks passed
@kcepmada kcepmada deleted the enum-values branch July 14, 2023 16:27
flowenol pushed a commit to RTBHOUSE/avro-util that referenced this pull request Aug 23, 2023
BUG=FI-13182
Closes linkedin#302

Optimize enum field deserialization linkedin#499
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.

cache Enum.values() in fast-avro deserializers
3 participants