Antoine Pitrou created ARROW-4576:
-------------------------------------
Summary: [Python] Benchmark failures
Key: ARROW-4576
URL: https://issues.apache.org/jira/browse/ARROW-4576
Project: Apache Arrow
Issue Type: Bug
Components: Benchmarking, Python
Reporter: Antoine Pitrou
I get the following error during running the benchmarks:
{code}
Traceback (most recent call last):
File "/home/antoine/asv/asv/benchmark.py", line 1170, in
main_run_server
main_run(run_args)
File "/home/antoine/asv/asv/benchmark.py", line 1038, in
main_run
skip = benchmark.do_setup()
File "/home/antoine/asv/asv/benchmark.py", line 569, in
do_setup
result = Benchmark.do_setup(self)
File "/home/antoine/asv/asv/benchmark.py", line 501, in
do_setup
setup(*self._current_params)
File "/home/antoine/arrow/python/benchmarks/streaming.py",
line 65, in setup
self.source = sink.get_result()
AttributeError: 'pyarrow.lib.BufferOutputStream' object has no
attribute 'get_result'
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)