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 2018/08/06 15:58:00 UTC

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

    [ https://issues.apache.org/jira/browse/ARROW-2992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16570394#comment-16570394 ] 

Wes McKinney commented on ARROW-2992:
-------------------------------------

Thanks -- I had noted this but forgot to open a JIRA

> [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
>             Fix For: 0.11.0
>
>
> 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)