You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "wjones127 (via GitHub)" <gi...@apache.org> on 2023/03/20 21:18:46 UTC

[GitHub] [arrow] wjones127 commented on pull request #34616: GH-29238 [C++][Dataset][Parquet] Support parquet modular encryption in the new Dataset API

wjones127 commented on PR #34616:
URL: https://github.com/apache/arrow/pull/34616#issuecomment-1476948985

   On the C++ formatting: If you install clang-tools 14 (must be that version) and set the path the binaries with `CLANG_TOOLS_PATH `, then when you reconfigure CMake it will create a `format` target and a `lint` target that can be used to check style. (You'll know it's configured right when the CMake configure output says `Found ClangTools: /some/path/bin/clang-format-14`)
   
   For Python formatting, see these instructions: https://arrow.apache.org/docs/developers/python.html#coding-style


-- 
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