[
https://issues.apache.org/jira/browse/ARROW-2992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rok Mihevc updated ARROW-2992:
------------------------------
External issue URL: https://github.com/apache/arrow/issues/19354
> [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: 1.5h
> 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
(v8.20.10#820010)