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

Commits on Sep 1, 2022

  1. [Java][FlexBuffers] throwing exception for untyped fixed vectors

    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
    paulovap committed Sep 1, 2022
    Copy the full SHA
    6b5a567 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Copy the full SHA
    a463f66 View commit details
    Browse the repository at this point in the history