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 9878699  style: apply the exact CI formatter
     add 2a25ce2  fix: discard inherited statistics when rewriting tables
     add 00be694  fix: validate writer options before opening destinations
     add 65d669e  fix: compact referenced view bytes in IPC output
     add 135bac3  perf: fast-path covered view buffers in IPC output

No new revisions were added by this update.

Summary of changes:
 docs/src/manual.md                   |  27 ++-
 src/ArrowStrings/README.md           |   5 +-
 src/ArrowStrings/src/ArrowStrings.jl |   8 +-
 src/ipc_write.jl                     | 114 ++++++++++-
 src/write.jl                         | 117 +++++++----
 test/ipc_view_output_tests.jl        | 386 +++++++++++++++++++++++++++++++++++
 test/ipc_write_battery.jl            |  11 +-
 test/rewrite_regressions.jl          | 104 ++++++++++
 test/runtests.jl                     |   4 +
 test/writer_sink_tests.jl            | 245 ++++++++++++++++++++++
 10 files changed, 961 insertions(+), 60 deletions(-)
 create mode 100644 test/ipc_view_output_tests.jl
 create mode 100644 test/writer_sink_tests.jl

Reply via email to