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 1d10f22 ARROW-10236: [Rust] Add can_cast_types to arrow cast kernel,
use in DataFusion
add 18495e0 ARROW-10294: [Java] Resolve problems of DecimalVector APIs on
ArrowBufs
No new revisions were added by this update.
Summary of changes:
.../src/main/codegen/data/ValueVectorTypes.tdd | 2 +-
.../src/main/codegen/templates/ComplexWriters.java | 4 ++--
.../codegen/templates/UnionFixedSizeListWriter.java | 2 +-
.../src/main/codegen/templates/UnionListWriter.java | 4 ++--
.../java/org/apache/arrow/vector/DecimalVector.java | 12 ++++++------
.../arrow/vector/complex/impl/PromotableWriter.java | 2 +-
.../apache/arrow/vector/util/DecimalUtility.java | 2 +-
.../org/apache/arrow/vector/ITTestLargeVector.java | 21 ++++++++++++++++++++-
8 files changed, 34 insertions(+), 15 deletions(-)