You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/14 16:16:02 UTC

[GitHub] [arrow] dianaclarke opened a new pull request #10528: ARROW-13073: [Developer] archery benchmark list: unexpected keyword 'benchmark_filter'

dianaclarke opened a new pull request #10528:
URL: https://github.com/apache/arrow/pull/10528


   ```
   $ archery benchmark list
   Traceback (most recent call last):
     File "/Users/diana/envs/arrow/bin/archery", line 33, in <module>
       sys.exit(load_entry_point('archery', 'console_scripts', 'archery')())
     File "/Users/diana/envs/arrow/lib/python3.9/site-packages/click/core.py", line 1137, in __call__
       return self.main(*args, **kwargs)
     File "/Users/diana/envs/arrow/lib/python3.9/site-packages/click/core.py", line 1062, in main
       rv = self.invoke(ctx)
     File "/Users/diana/envs/arrow/lib/python3.9/site-packages/click/core.py", line 1668, in invoke
       return _process_result(sub_ctx.command.invoke(sub_ctx))
     File "/Users/diana/envs/arrow/lib/python3.9/site-packages/click/core.py", line 1668, in invoke
       return _process_result(sub_ctx.command.invoke(sub_ctx))
     File "/Users/diana/envs/arrow/lib/python3.9/site-packages/click/core.py", line 1404, in invoke
       return ctx.invoke(self.callback, **ctx.params)
     File "/Users/diana/envs/arrow/lib/python3.9/site-packages/click/core.py", line 763, in invoke
       return __callback(*args, **kwargs)
     File "/Users/diana/envs/arrow/lib/python3.9/site-packages/click/decorators.py", line 26, in new_func
       return f(get_current_context(), *args, **kwargs)
     File "/Users/diana/workspace/arrow/dev/archery/archery/cli.py", line 430, in benchmark_list
       conf = CppBenchmarkRunner.default_configuration(
     File "/Users/diana/workspace/arrow/dev/archery/archery/benchmark/runner.py", line 118, in default_configuration
       return CppConfiguration(
   TypeError: __init__() got an unexpected keyword argument 'benchmark_filter'
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] dianaclarke commented on pull request #10528: ARROW-13073: [Developer] archery benchmark list: unexpected keyword 'benchmark_filter'

Posted by GitBox <gi...@apache.org>.
dianaclarke commented on pull request #10528:
URL: https://github.com/apache/arrow/pull/10528#issuecomment-861943044


   Thanks @cyb70289 & @westonpace! ❤️ 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] cyb70289 closed pull request #10528: ARROW-13073: [Developer] archery benchmark list: unexpected keyword 'benchmark_filter'

Posted by GitBox <gi...@apache.org>.
cyb70289 closed pull request #10528:
URL: https://github.com/apache/arrow/pull/10528


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #10528: ARROW-13073: [Developer] archery benchmark list: unexpected keyword 'benchmark_filter'

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10528:
URL: https://github.com/apache/arrow/pull/10528#issuecomment-860812473


   https://issues.apache.org/jira/browse/ARROW-13073


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] cyb70289 commented on pull request #10528: ARROW-13073: [Developer] archery benchmark list: unexpected keyword 'benchmark_filter'

Posted by GitBox <gi...@apache.org>.
cyb70289 commented on pull request #10528:
URL: https://github.com/apache/arrow/pull/10528#issuecomment-861946466


   Thanks @dianaclarke for fixing the bug and @westonpace for careful review.
   I only pressed the return key several times :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org