Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-6561

[Python] pandas-master integration test failure

    XMLWordPrintableJSON

Details

    Description

      =================================== FAILURES ===================================
      _____________________________ test_array_protocol ______________________________
      
          def test_array_protocol():
              if LooseVersion(pd.__version__) < '0.24.0':
                  pytest.skip('IntegerArray only introduced in 0.24')
          
              def __arrow_array__(self, type=None):
                  return pa.array(self._data, mask=self._mask, type=type)
          
              df = pd.DataFrame({'a': pd.Series([1, 2, None], dtype='Int64')})
          
              # with latest pandas/arrow, trying to convert nullable integer errors
              with pytest.raises(TypeError):
      >           pa.table(df)
      E           Failed: DID NOT RAISE <class 'TypeError'>
      
      opt/conda/lib/python3.6/site-packages/pyarrow/tests/test_pandas.py:3035: Failed
      

      https://circleci.com/gh/ursa-labs/crossbow/2896?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

      Attachments

        Issue Links

          Activity

            People

              jorisvandenbossche Joris Van den Bossche
              wesm Wes McKinney
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 50m
                  50m