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/05/17 14:48:57 UTC

[arrow] branch maint-4.0.x updated (eaac875 -> cd0a083)

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

kszucs pushed a change to branch maint-4.0.x
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from eaac875  ARROW-12578: [JS] Remove Buffer in favor of TextEncoder API to support bundlers such as Rollup
     add 7e2fdda  ARROW-12776: [Archery][Integration] Fix decimal case generation in write_js_test_json
     add cd0a083  ARROW-12769: [Python] Fix slicing array with "negative" length (start > stop)

No new revisions were added by this update.

Summary of changes:
 dev/archery/archery/integration/runner.py | 5 ++++-
 python/pyarrow/array.pxi                  | 5 ++++-
 python/pyarrow/tests/test_array.py        | 9 ++++++++-
 3 files changed, 16 insertions(+), 3 deletions(-)