You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/02/14 18:11:00 UTC

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

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

ASF GitHub Bot updated ARROW-4576:
----------------------------------
    Labels: pull-request-available  (was: )

> [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
>
> 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)