rdbisme opened a new issue, #38245:
URL: https://github.com/apache/arrow/issues/38245
### Describe the bug, including details regarding any error messages,
version, and platform.
```python
import memray
import pyarrow.parquet
import pandas as pd
myfile_path = "history_files.parquet"
with memray.Tracker("corr.bin", native_traces=True):
# myfile = pd.read_parquet(myfile_path)
myfile = pyarrow.parquet.read_table(myfile_path, use_threads=False)
```
This reports a peak of 1GiB. Is that normal?
[myfile.zip](https://github.com/apache/arrow/files/12882729/myfile.zip)
[flamegraph.zip](https://github.com/apache/arrow/files/12882735/flamegraph.zip)
### Component(s)
Python
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]