lidavidm edited a comment on pull request #8724: URL: https://github.com/apache/arrow/pull/8724#issuecomment-731407237
Note, for formatting, use clang-format; for naming conventions, please follow Google C++ guidelines. See the [developer docs](https://arrow.apache.org/docs/developers/cpp/development.html#code-style-linting-and-ci). In particular, use snake_case, use pointers instead of non-const references, and note that constants are named kCamelCase not UPPER_SNAKE_CASE. ---------------------------------------------------------------- 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: [email protected]
