commit | 33d1091ee6f6a835ed058a9c368f465a9a97cbe0 | [log] [tgz] |
---|---|---|
author | Wes McKinney <wes.mckinney@twosigma.com> | Tue Mar 13 16:46:10 2018 -0400 |
committer | Wes McKinney <wes.mckinney@twosigma.com> | Tue Mar 13 16:46:10 2018 -0400 |
tree | 3584d18c984457d4b525821f3aeee04161d9f063 | |
parent | 7c7b09f6e52d8c582ef00d201ec4e783484d3180 [diff] |
ARROW-2227: [Python] Fix off-by-one error in chunked binary conversions We were already testing the chunked behavior but we did not exercise the off-by-one error edge case Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #1740 from wesm/ARROW-2227 and squashes the following commits: fd1ab178 <Wes McKinney> Move constexpr to builder.h, add constexpr for max # of list elements ca5ecc0f <Wes McKinney> Fix off-by-one error in chunked binary conversions
Apache Arrow is a development platform for in-memory analytics. It contains a set of technologies that enable big data systems to process and move data fast.
Major components of the project include:
Arrow is an Apache Software Foundation project. Learn more at arrow.apache.org.
The reference Arrow libraries contain a number of distinct software components:
Even if you do not plan to contribute to Apache Arrow itself or Arrow integrations in other projects, we'd be happy to have you involved:
We prefer to receive contributions in the form of GitHub pull requests. Please send pull requests against the github.com/apache/arrow repository.
If you are looking for some ideas on what to contribute, check out the JIRA issues for the Apache Arrow project. Comment on the issue and/or contact dev@arrow.apache.org with your questions and ideas.
If you’d like to report a bug but don’t have time to fix it, you can still post it on JIRA, or email the mailing list dev@arrow.apache.org
To contribute a patch:
Thank you in advance for your contributions!