This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/github_actions/actions/cache-5
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
discard 52108d82 chore: bump actions/cache from 4 to 5
add 3306ac6e chore: bump docker/login-action from 4.0.0 to 4.1.0 (#873)
add 5bb90b15 feat: Actually decode dictionary arrays (#861)
add 4c176bd2 chore(ci): Update integration dockerfile for updated image
setup (#876)
add 33476d68 fix(ci): Set endianness of decoder in dictionary batch decode
test (#878)
add ac67d05e chore: bump actions/cache from 4 to 5
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (52108d82)
\
N -- N -- N refs/heads/dependabot/github_actions/actions/cache-5
(ac67d05e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/docker-build.yaml | 4 +-
ci/docker/integration.dockerfile | 15 +-
docker-compose.yml | 14 +-
src/nanoarrow/common/array.c | 20 ++-
src/nanoarrow/common/array_test.cc | 54 +++++++
src/nanoarrow/ipc/decoder.c | 297 +++++++++++++++++++++++-------------
src/nanoarrow/ipc/decoder_test.cc | 246 +++++++++++++++++++++++------
src/nanoarrow/ipc/files_test.cc | 61 +++++---
src/nanoarrow/ipc/reader.c | 153 ++++++++++++++-----
src/nanoarrow/ipc/reader_test.cc | 163 +++++++++++++++++++-
src/nanoarrow/nanoarrow_ipc.h | 76 ++++++++-
11 files changed, 869 insertions(+), 234 deletions(-)