You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by cu...@apache.org on 2020/11/04 18:20:36 UTC

[arrow] branch master updated (913cd76 -> 5355f7c)

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

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


    from 913cd76  ARROW-9897: [C++][Gandiva] Revert - to_date function
     add 5355f7c  ARROW-9861: [Java] Support big-endian in DecimalVector

No new revisions were added by this update.

Summary of changes:
 .../org/apache/arrow/vector/Decimal256Vector.java  | 108 +++++++++++++--------
 .../org/apache/arrow/vector/DecimalVector.java     | 103 +++++++++++++-------
 .../vector/ipc/message/MessageSerializer.java      |   6 +-
 .../apache/arrow/vector/util/DecimalUtility.java   |  65 +++++++++----
 .../apache/arrow/vector/TestDecimal256Vector.java  |   5 +-
 .../org/apache/arrow/vector/TestDecimalVector.java |   9 +-
 .../vector/complex/impl/TestComplexCopier.java     |   7 +-
 .../vector/complex/writer/TestComplexWriter.java   |   7 +-
 .../arrow/vector/util/DecimalUtilityTest.java      |  19 ++++
 9 files changed, 220 insertions(+), 109 deletions(-)