You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by qu...@apache.org on 2023/06/14 03:32:26 UTC

[arrow-julia] branch jq-wkspawn updated (61bee0f -> 7052a7e)

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

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


    from 61bee0f  Use wkspawn from ConcurrentUtilities instead of Threads.spawn
     add fc7cc2d  Formatting (#464)
     add 7052a7e  Merge branch 'main' into jq-wkspawn

No new revisions were added by this update.

Summary of changes:
 src/metadata/Flatbuf.jl => .JuliaFormatter.toml |   14 +-
 .github/workflows/ci.yml                        |   30 +-
 docs/make.jl                                    |   15 +-
 src/Arrow.jl                                    |   18 +-
 src/ArrowTypes/src/ArrowTypes.jl                |  109 +-
 src/ArrowTypes/test/tests.jl                    |  391 +++---
 src/FlatBuffers/FlatBuffers.jl                  |    9 +-
 src/FlatBuffers/builder.jl                      |   42 +-
 src/FlatBuffers/table.jl                        |   34 +-
 src/append.jl                                   |  146 ++-
 src/arraytypes/arraytypes.jl                    |   97 +-
 src/arraytypes/bool.jl                          |   18 +-
 src/arraytypes/compressed.jl                    |   18 +-
 src/arraytypes/dictencoding.jl                  |  191 ++-
 src/arraytypes/fixedsizelist.jl                 |   71 +-
 src/arraytypes/list.jl                          |   57 +-
 src/arraytypes/map.jl                           |   51 +-
 src/arraytypes/primitive.jl                     |   22 +-
 src/arraytypes/struct.jl                        |   55 +-
 src/arraytypes/unions.jl                        |  137 ++-
 src/eltypes.jl                                  |  283 +++--
 src/metadata/File.jl                            |   28 +-
 src/metadata/Flatbuf.jl                         |    2 +-
 src/metadata/Message.jl                         |   51 +-
 src/metadata/Schema.jl                          |  117 +-
 src/show.jl                                     |   17 +-
 src/table.jl                                    |  242 +++-
 src/utils.jl                                    |   18 +-
 src/write.jl                                    |  307 ++++-
 test/arrowjson.jl                               |  266 ++--
 test/dates.jl                                   |   18 +-
 test/pyarrow_roundtrip.jl                       |   56 +-
 test/runtests.jl                                | 1504 ++++++++++++++---------
 test/testappend.jl                              |   43 +-
 test/testtables.jl                              |  491 +++++---
 35 files changed, 3251 insertions(+), 1717 deletions(-)
 copy src/metadata/Flatbuf.jl => .JuliaFormatter.toml (83%)