This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from b382156cfc GH-43314: [CI][Java] Delete arrow-maven-plugins from
release script (#43313)
add 0bae073d1a GH-43168: [Swift] Add buffer and array builders for Struct
type (#43171)
No new revisions were added by this update.
Summary of changes:
swift/Arrow/Sources/Arrow/ArrowArray.swift | 46 ++++----
swift/Arrow/Sources/Arrow/ArrowArrayBuilder.swift | 118 ++++++++++++++++++++-
swift/Arrow/Sources/Arrow/ArrowBufferBuilder.swift | 72 +++++++++++--
swift/Arrow/Sources/Arrow/ArrowReaderHelper.swift | 16 +--
swift/Arrow/Tests/ArrowTests/ArrayTests.swift | 61 +++++++++++
5 files changed, 269 insertions(+), 44 deletions(-)