Antoine Pitrou created ARROW-2992:
-------------------------------------

             Summary: [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


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)

Reply via email to