This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 558945d698 GH-42162: [Java] Update Unit Tests for Dataset Module
(#42163)
add 4170a1964d GH-42164: [Java] Update Unit Tests for Gandiva Module
(#42166)
No new revisions were added by this update.
Summary of changes:
.../arrow/gandiva/evaluator/BaseEvaluatorTest.java | 8 +-
.../gandiva/evaluator/DecimalTypeUtilTest.java | 21 ++---
.../gandiva/evaluator/ExpressionRegistryTest.java | 13 ++--
.../arrow/gandiva/evaluator/FilterProjectTest.java | 6 +-
.../apache/arrow/gandiva/evaluator/FilterTest.java | 11 +--
.../gandiva/evaluator/MicroBenchmarkTest.java | 15 ++--
.../gandiva/evaluator/ProjectorDecimalTest.java | 86 +++++++++++----------
.../arrow/gandiva/evaluator/ProjectorTest.java | 90 ++++++++++++----------
.../arrow/gandiva/evaluator/TestJniLoader.java | 23 +++---
.../gandiva/expression/ArrowTypeHelperTest.java | 4 +-
.../arrow/gandiva/expression/TreeBuilderTest.java | 6 +-
11 files changed, 153 insertions(+), 130 deletions(-)