This is an automated email from the ASF dual-hosted git repository.
emkornfield pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 89080e4 ARROW-6966: [Go] Set a default memset for when the platform
doesn't set one
add 776165c ARROW-6394 [Java] Support conversions between delta vector
and partial sum vector
No new revisions were added by this update.
Summary of changes:
.../arrow/algorithm/misc/PartialSumUtils.java | 119 ++++++++++++++++++
.../arrow/algorithm/misc/TestPartialSumUtils.java | 138 +++++++++++++++++++++
2 files changed, 257 insertions(+)
create mode 100644
java/algorithm/src/main/java/org/apache/arrow/algorithm/misc/PartialSumUtils.java
create mode 100644
java/algorithm/src/test/java/org/apache/arrow/algorithm/misc/TestPartialSumUtils.java