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

[Python] Large memory test failures

    XMLWordPrintableJSON

Details

    Description

      I get the following errors when running pytest --large_memory:

      ____________________________________________________________________ test_chunked_binary_error_message _____________________________________________________________________
      Traceback (most recent call last):
        File "/home/antoine/arrow/dev/python/pyarrow/tests/test_feather.py", line 566, in test_chunked_binary_error_message
          write_feather(df, io.BytesIO())
        File "/home/antoine/arrow/dev/python/pyarrow/feather.py", line 182, in write_feather
          writer.write(df)
        File "/home/antoine/arrow/dev/python/pyarrow/feather.py", line 96, in write
          check_chunked_overflow(col)
        File "/home/antoine/arrow/dev/python/pyarrow/feather.py", line 68, in check_chunked_overflow
          "lifted in the future".format(col.name))
      AttributeError: 'pyarrow.lib.ChunkedArray' object has no attribute 'name'
      _______________________________________________________________ TestConvertStructTypes.test_from_numpy_large _______________________________________________________________
      Traceback (most recent call last):
        File "/home/antoine/arrow/dev/python/pyarrow/tests/test_pandas.py", line 2010, in test_from_numpy_large
          assert arr.num_chunks == 2
      AttributeError: 'pyarrow.lib.StructArray' object has no attribute 'num_chunks'
      

      Attachments

        Issue Links

          Activity

            People

              wesm Wes McKinney
              apitrou Antoine Pitrou
              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 - 40m
                  40m