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

Cherry pick fix: bug in offset calculation for unions to active_release #871

Merged
merged 1 commit into from
Oct 27, 2021

Commits on Oct 27, 2021

  1. fix: fix a bug in offset calculation for unions (#863)

    The `value_offset` function only read the least significant byte in the
    offset array, causing issues with unions with more than 255 rows of any
    given variant. Fix the issue by reading the entire i32 offset and add a
    unit test.
    helgikrs authored and alamb committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    e7e50df View commit details
    Browse the repository at this point in the history