You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2021/04/08 16:04:10 UTC

[arrow] branch master updated (3258f12 -> 5489bbf)

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

kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 3258f12  ARROW-12058: [Python] Enable arithmetic operations on Expressions
     add 5489bbf  ARROW-10255: [JS] Reorganize exports for ESM tree-shaking

No new revisions were added by this update.

Summary of changes:
 js/DEVELOP.md                                  |   59 +-
 js/gulp/package-task.js                        |    5 +-
 js/package.json                                |    2 +-
 js/src/Arrow.dom.ts                            |   10 +-
 js/src/Arrow.ts                                |   20 +-
 js/src/enum.ts                                 |   19 +-
 js/src/fb/File.ts                              |  456 +--
 js/src/fb/Message.ts                           | 1034 +++---
 js/src/fb/Schema.ts                            | 4089 +++++++++++++-----------
 js/src/ipc/metadata/file.ts                    |    8 +-
 js/src/ipc/metadata/message.ts                 |  100 +-
 js/src/ipc/writer.ts                           |    5 +-
 js/src/schema.ts                               |   39 +-
 js/src/type.ts                                 |    6 +-
 js/src/util/utf8.ts                            |    2 +-
 js/src/visitor/jsontypeassembler.ts            |    3 +-
 js/src/visitor/typeassembler.ts                |   39 +-
 js/src/visitor/typecomparator.ts               |   32 +-
 js/test/unit/ipc/writer/stream-writer-tests.ts |    4 +-
 js/test/unit/table-tests.ts                    |    6 +-
 js/test/unit/vector/numeric-vector-tests.ts    |    4 +-
 21 files changed, 3283 insertions(+), 2659 deletions(-)