[
https://issues.apache.org/jira/browse/ARROW-6092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou updated ARROW-6092:
----------------------------------
Affects Version/s: 0.14.1
> [C++] Python 2.7: arrow_python_test failure
> -------------------------------------------
>
> Key: ARROW-6092
> URL: https://issues.apache.org/jira/browse/ARROW-6092
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, Python
> Affects Versions: 0.14.1
> Environment: python 2.7.13 in Mac OS
> Reporter: Lee June Woo
> Priority: Trivial
> Labels: test
> Attachments: arrow-python-test.txt
>
>
> Please check the attached test log "arrow-python-test"
> The unit test was executed with python 2.7.13 version. I'm not sure this
> project would support the compatibility.
> [ RUN ] CheckPyError.TestStatus
> /Users/OpenSourceProject/arrow_repo/arrow/cpp/src/arrow/python/python-test.cc:94:
> Failure
> Expected equality of these values:
> detail->ToString()
> Which is: "Python exception: exceptions.TypeError"
> expected_detail
> Which is: "Python exception: TypeError"
> /Users/OpenSourceProject/arrow_repo/arrow/cpp/src/arrow/python/python-test.cc:94:
> Failure
> Expected equality of these values:
> detail->ToString()
> Which is: "Python exception: exceptions.NotImplementedError"
> expected_detail
> Which is: "Python exception: NotImplementedError"
> [ FAILED ] CheckPyError.TestStatus (0 ms)
> [ RUN ] CheckPyError.TestStatusNoGIL
> /Users/OpenSourceProject/arrow_repo/arrow/cpp/src/arrow/python/python-test.cc:144:
> Failure
> Expected equality of these values:
> st.detail()->ToString()
> Which is: "Python exception: exceptions.ZeroDivisionError"
> "Python exception: ZeroDivisionError"
> [ FAILED ] CheckPyError.TestStatusNoGIL (0 ms)
> [----------] 2 tests from CheckPyError (0 ms total)
>
> [----------] 1 test from RestorePyError
> [ RUN ] RestorePyError.Basics
> /Users/OpenSourceProject/arrow_repo/arrow/cpp/src/arrow/python/python-test.cc:154:
> Failure
> Expected equality of these values:
> st.detail()->ToString()
> Which is: "Python exception: exceptions.ZeroDivisionError"
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)