You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2020/01/15 17:40:33 UTC

[arrow] branch master updated (29ff4e4 -> fe02df0)

This is an automated email from the ASF dual-hosted git repository.

npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 29ff4e4  ARROW-7537: [CI][R] Nightly macOS autobrew job should be more verbose if it fails
     add fe02df0  ARROW-6863: [Java] Provide parallel searcher

No new revisions were added by this update.

Summary of changes:
 .../arrow/algorithm/search/ParallelSearcher.java   | 127 +++++++++++++++++++++
 .../algorithm/search/TestParallelSearcher.java     | 110 ++++++++++++++++++
 java/performance/pom.xml                           |   6 +
 .../search/ParallelSearcherBenchmarks.java}        |  84 +++++++-------
 4 files changed, 284 insertions(+), 43 deletions(-)
 create mode 100644 java/algorithm/src/main/java/org/apache/arrow/algorithm/search/ParallelSearcher.java
 create mode 100644 java/algorithm/src/test/java/org/apache/arrow/algorithm/search/TestParallelSearcher.java
 copy java/performance/src/test/java/org/apache/arrow/{vector/VectorLoaderBenchmark.java => algorithm/search/ParallelSearcherBenchmarks.java} (55%)