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

[Java][FlexBuffers] throwing exception for untyped fixed vectors #7507

Merged

Conversation

paulovap
Copy link
Collaborator

@paulovap paulovap commented Sep 1, 2022

Untyped fixed vectors are not supported in FlexBuffers. There
was an assert to check for it, but on java, asserts are optional. This
change converts the assertion into a runtime exception.

Fixes #7358

Untyped fixed vectors are not supported in FlexBuffers. There
was an assert to check for it, but on java, asserts are optional. This
change converts the assertion into a runtime exception.

Fixes google#7358
@github-actions github-actions bot added the java label Sep 1, 2022
@dbaileychess dbaileychess merged commit 4c95418 into google:master Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exception when reading FlexBuffer fixed untyped Vector [Java, 2.0.3]
2 participants