apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
14.37k stars 3.49k forks source link

[Developer] Autotune more things #24661

Open asfimport opened 4 years ago

asfimport commented 4 years ago

ARROW-7801 added the "autotune" comment bot to fix linting errors and rebuild some generated files. cmake-format was left off because of Python problems (see description on https://github.com/apache/arrow/pull/6932). And there's probably other things we want to add (autopep8 for python, and similar for other languages?)

Reporter: Neal Richardson / @nealrichardson

Note: This issue was originally created as ARROW-8489. Please see the migration documentation for further details.

asfimport commented 4 years ago

Uwe Korn / @xhochy: Takeing care of cmake-format in https://issues.apache.org/jira/browse/ARROW-9929