This is an automated email from the ASF dual-hosted git repository.
liyafan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from d1d85db ARROW-9464: [Rust] [DataFusion] Remove Partition trait
add 3fb1356 ARROW-9554: [Java] FixedWidthInPlaceVectorSorter sometimes
produces wrong result
No new revisions were added by this update.
Summary of changes:
.../sort/FixedWidthInPlaceVectorSorter.java | 2 +
.../sort/FixedWidthOutOfPlaceVectorSorter.java | 12 ++
.../sort/VariableWidthOutOfPlaceVectorSorter.java | 17 ++
.../sort/TestFixedWidthInPlaceVectorSorter.java | 28 ++++
.../sort/TestFixedWidthOutOfPlaceVectorSorter.java | 36 +++++
.../algorithm/sort/TestFixedWidthSorting.java | 172 +++++++++++++++++++++
.../arrow/algorithm/sort/TestSortingUtil.java | 166 ++++++++++++++++++++
.../algorithm/sort/TestVariableWidthSorting.java | 165 ++++++++++++++++++++
.../arrow/vector/testing/RandomDataGenerator.java} | 34 ++--
9 files changed, 616 insertions(+), 16 deletions(-)
create mode 100644
java/algorithm/src/test/java/org/apache/arrow/algorithm/sort/TestFixedWidthSorting.java
create mode 100644
java/algorithm/src/test/java/org/apache/arrow/algorithm/sort/TestSortingUtil.java
create mode 100644
java/algorithm/src/test/java/org/apache/arrow/algorithm/sort/TestVariableWidthSorting.java
copy
java/vector/src/{main/java/org/apache/arrow/vector/types/pojo/ExtensionTypeRegistry.java
=> test/java/org/apache/arrow/vector/testing/RandomDataGenerator.java} (54%)