kou opened a new issue, #46785: URL: https://github.com/apache/arrow/issues/46785
### Describe the enhancement requested For example: https://github.com/apache/arrow/actions/runs/15561745991/job/43843132193?pr=46749#step:7:20 ```text C++ Lint.................................................................Failed - hook id: cpplint - exit code: 1 Done processing cpp/examples/arrow/acero_register_example.cc ... Done processing cpp/src/arrow/filesystem/gcsfs_test.cc cpp/src/arrow/filesystem/localfs.cc:167: Use int16/int64/etc, rather than the C type long [runtime/int] [4] Done processing cpp/src/arrow/filesystem/localfs.cc ... Done processing cpp/tools/parquet/parquet_scan.cc ``` The important part is only here: ```text cpp/src/arrow/filesystem/localfs.cc:167: Use int16/int64/etc, rather than the C type long [runtime/int] [4] ``` ### Component(s) C++, Developer Tools, Continuous Integration -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org