You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2018/08/07 15:44:00 UTC

[jira] [Resolved] (ARROW-2992) [Python] Parquet benchmark failure

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

Antoine Pitrou resolved ARROW-2992.
-----------------------------------
    Resolution: Fixed

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

> [Python] Parquet benchmark failure
> ----------------------------------
>
>                 Key: ARROW-2992
>                 URL: https://issues.apache.org/jira/browse/ARROW-2992
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.11.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> This is a regression on git master:
> {code:python}
> Traceback (most recent call last):
>   File "/home/antoine/asv/asv/benchmark.py", line 867, in <module>
>     commands[mode](args)
>   File "/home/antoine/asv/asv/benchmark.py", line 844, in main_run
>     result = benchmark.do_run()
>   File "/home/antoine/asv/asv/benchmark.py", line 398, in do_run
>     return self.run(*self._current_params)
>   File "/home/antoine/asv/asv/benchmark.py", line 473, in run
>     samples, number = self.benchmark_timing(timer, repeat, warmup_time, number=number)
>   File "/home/antoine/asv/asv/benchmark.py", line 520, in benchmark_timing
>     timing = timer.timeit(number)
>   File "/home/antoine/miniconda3/envs/pyarrow/lib/python3.6/timeit.py", line 178, in timeit
>     timing = self.inner(it, self.timer)
>   File "<timeit-src>", line 6, in inner
>   File "/home/antoine/asv/asv/benchmark.py", line 464, in <lambda>
>     func = lambda: self.func(*param)
>   File "/home/antoine/arrow/python/benchmarks/parquet.py", line 54, in time_manifest_creation
>     pq.ParquetManifest(self.tmpdir, thread_pool=thread_pool)
> TypeError: __init__() got an unexpected keyword argument 'thread_pool'
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)