This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
omit b2be947 ARROW-2799: [Python] Add safe option to Table.from_pandas to
avoid unsafe casts
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/master (9b4cd9c)
\
O -- O -- O (b2be947)
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/cast.h | 2 +-
python/pyarrow/array.pxi | 14 ++++++++---
python/pyarrow/includes/libarrow.pxd | 5 ----
python/pyarrow/pandas_compat.py | 5 ++--
python/pyarrow/parquet.py | 33 ++++++++++++------------
python/pyarrow/table.pxi | 39 +++++++++++++++++------------
python/pyarrow/tests/test_convert_pandas.py | 20 +--------------
python/pyarrow/tests/test_parquet.py | 4 +--
8 files changed, 57 insertions(+), 65 deletions(-)