hiroyuki-sato commented on code in PR #45403:
URL: https://github.com/apache/arrow/pull/45403#discussion_r1938296589
##########
dev/tasks/homebrew-formulae/apache-arrow.rb:
##########
@@ -110,7 +110,8 @@ def install
return 0;
}
EOS
- system ENV.cxx, "test.cpp", "-std=c++17", "-I#{include}", "-L#{lib}",
"-larrow", "-o", "test"
+ system ENV.cxx, "test.cpp", "-std=c++17", "-I#{include}", "-L#{lib}",
+ "-larrow", "-o", "test"
Review Comment:
I reverted this change and add the exclude section in the
`.pre-commit-config.yaml`
( A PR of `.pre-commit-config.yaml` will create later.)
```yaml
exclude: >-
(
?^dev/tasks/homebrew-formulae/.*\.rb$|
)
```
## Note
* I will check `apache-arrow-glib.rb` on anther PR.
* Is this typo? `dev/tasks/homebrew-formulae` ( `formulae` -> `formula`)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]