pitrou commented on code in PR #14275: URL: https://github.com/apache/arrow/pull/14275#discussion_r989256901
########## python/pyarrow/src/arrow/python/benchmark.cc: ########## @@ -15,8 +15,8 @@ // specific language governing permissions and limitations // under the License. -#include "benchmark.h" -#include "helpers.h" +#include <arrow/python/benchmark.h> +#include <arrow/python/helpers.h> Review Comment: Can we keep a consistent quoting style for PyArrow imports? I see we're using quotes (`"`) in other files. -- 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. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org