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

Resolve unsupported list types #409

Merged
merged 4 commits into from
Jun 27, 2023

Conversation

elliotmjackson
Copy link
Contributor

@elliotmjackson elliotmjackson commented Jun 21, 2023

Resolves GH-408

The following Exception is thrown by getValueFromField when a repeated fields are passed in

java.lang.ClassCastException: class com.google.protobuf.IntArrayList cannot be cast to class java.lang.Number (com.google.protobuf.IntArrayList is in unnamed module of loader 'app'; java.lang.Number is in module java.base of loader 'bootstrap')

@CLAassistant
Copy link

CLAassistant commented Jun 21, 2023

CLA assistant check
All committers have signed the CLA.

@snazy
Copy link
Member

snazy commented Jun 22, 2023

@elliotmjackson , thanks for your contribution! Could you sign the CLA?

@elliotmjackson
Copy link
Contributor Author

@snazy done

Copy link
Member

@snazy snazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late notice - this comment was pending since last week - forgot to click "Comment"

import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.*;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please revert this change to the imports?

@snazy snazy merged commit c341f29 into projectnessie:main Jun 27, 2023
4 checks passed
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.

ClassCastException when attempting to getValueFromField with repeated UInt and Fixed numbers
3 participants