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 2022/10/06 16:26:22 UTC

[GitHub] [arrow] pitrou commented on a diff in pull request #14275: ARROW-17160: [C++] Create a base directory for PyArrow CPP header files

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-unsubscribe@arrow.apache.org

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