Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python] Large memory test failures #22468

Closed
asfimport opened this issue Jul 30, 2019 · 1 comment
Closed

[Python] Large memory test failures #22468

asfimport opened this issue Jul 30, 2019 · 1 comment

Comments

@asfimport
Copy link

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'

Reporter: Antoine Pitrou / @pitrou
Assignee: Wes McKinney / @wesm

PRs and other links:

Note: This issue was originally created as ARROW-6067. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Issue resolved by pull request 5128
#5128

@asfimport asfimport added this to the 0.15.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants