You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/02/25 17:09:27 UTC

[arrow] branch master updated (2f9e348 -> 4aded1d)

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

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


    from 2f9e348  ARROW-7934 : [C++] Fix UriEscape for empty string
     add 4aded1d  ARROW-7888: [Python] Update pyarrow.jvm to support jpype 0.7+

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/python/pyarrow_api.h | 14 +++++++----
 cpp/src/arrow/python/pyarrow_lib.h |  5 +++-
 python/pyarrow/jvm.py              | 49 ++++++++++++++++++++++----------------
 python/pyarrow/lib.pxd             |  5 +++-
 python/pyarrow/public-api.pxi      |  3 ++-
 python/pyarrow/tests/test_jvm.py   | 20 +++++++++++++++-
 6 files changed, 67 insertions(+), 29 deletions(-)