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

Handle len of -1 in "compressed" buffers from other languages #442

Merged
merged 1 commit into from
May 23, 2023

Commits on May 22, 2023

  1. Handle len of -1 in "compresses" buffers from other languages

    It's unclear why other language implementations will have a compression set
    for arrow data, then indicate that the length is -1, as a sentinel value
    that the data is actually _not_ compressed. But since they do, we can handle
    that case pretty easily. I'm basically just adding a test here from @DrChainsaw's
    original PR.
    quinnj committed May 22, 2023
    Configuration menu
    Copy the full SHA
    b622bec View commit details
    Browse the repository at this point in the history