This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch decimal32-decimal64
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
discard 8fceed36 fix negate test
discard 2d97757b first round of tests
discard 61c74d65 fix ipc decoder
discard b639f7f0 type-punning
discard 71058019 handle strict-aliasing
discard 29487c59 run pre-commit
discard 9a19741a feat: add Decimal32/Decimal64 support
add 29307875 test: Make Arrow C++ dependency optional (#677)
add 80c7cf28 feat: add Decimal32/Decimal64 support
add 786eba86 run pre-commit
add b134bc2b handle strict-aliasing
add 932b8197 type-punning
add 5d02ef8b fix ipc decoder
add afb58ec6 first round of tests
add 950b8403 fix negate test
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 (8fceed36)
\
N -- N -- N refs/heads/decimal32-decimal64 (950b8403)
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/build-and-test-device.yaml | 4 +-
.github/workflows/build-and-test-ipc.yaml | 4 +-
.github/workflows/build-and-test.yaml | 21 ++++-
.github/workflows/clang-tidy.yaml | 6 +-
.github/workflows/verify.yaml | 12 ++-
CMakeLists.txt | 78 +++++++++++++----
README.md | 19 +++--
ci/scripts/coverage.sh | 3 +-
meson.build | 12 ++-
meson.options | 1 +
src/nanoarrow/common/array_test.cc | 123 ++++++++++++++++++++++++++-
src/nanoarrow/common/schema_test.cc | 70 ++++++++++++++-
src/nanoarrow/common/utils_test.cc | 8 ++
src/nanoarrow/ipc/decoder_test.cc | 12 +++
src/nanoarrow/ipc/files_test.cc | 2 +
15 files changed, 331 insertions(+), 44 deletions(-)