You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/02/15 06:53:00 UTC

[jira] [Resolved] (ARROW-4576) [Python] Benchmark failures

     [ https://issues.apache.org/jira/browse/ARROW-4576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-4576.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.13.0

Issue resolved by pull request 3650
[https://github.com/apache/arrow/pull/3650]

> [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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.13.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)