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

Correctly read and generate boolean values for Arrow format #561

Merged
merged 3 commits into from
May 8, 2019

Conversation

sc1f
Copy link
Contributor

@sc1f sc1f commented May 2, 2019

This PR allows the engine to parse and generate booleans correctly for the Apache Arrow format.

  • to_arrow() correctly generates booleans using a bitmap
  • tests are added for boolean reading + arrow updates

Partial update tests are skipped due to a filesystem read error that originates from within the test files.

@texodus
Copy link
Member

texodus commented May 8, 2019

Thanks for the PR! This looks great - and great test coverage too!

@texodus texodus merged commit 6adfed1 into master May 8, 2019
@texodus texodus deleted the arrow-update branch May 8, 2019 00:17
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.

3 participants