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

quinnj pushed a change to branch core-rewrite
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git


    from 028ab84  Use registered shared strings decimals and intervals
     add 6b8783b  fix: detach copied Arrow storage and preserve binary metadata

No new revisions were added by this update.

Summary of changes:
 Project.toml                    |   3 +
 docs/src/manual.md              |  30 ++++++
 docs/src/reference.md           |   1 +
 ext/ArrowSerializationExt.jl    |  79 ++++++++++++++++
 src/ArrowCore.jl                |  41 +++++---
 src/cdata.jl                    |   8 +-
 src/ipc_write.jl                |   1 -
 src/metadata/Verifier.jl        |   4 +-
 src/metadata/VerifierRuntime.jl |  14 ++-
 src/table.jl                    |  18 ++++
 test/Project.toml               |   1 +
 test/cdata_battery.jl           |  60 ++++--------
 test/core_tests.jl              |  22 ++---
 test/detached_values_tests.jl   | 205 ++++++++++++++++++++++++++++++++++++++++
 test/ipc_write_battery.jl       |   9 +-
 test/runtests.jl                |   1 +
 tools/fbsgen.jl                 |   7 +-
 17 files changed, 421 insertions(+), 83 deletions(-)
 create mode 100644 ext/ArrowSerializationExt.jl
 create mode 100644 test/detached_values_tests.jl

Reply via email to