Larry White created ARROW-16571:
-----------------------------------
Summary: update git to skip binaries generated by Java native
compilation
Key: ARROW-16571
URL: https://issues.apache.org/jira/browse/ARROW-16571
Project: Apache Arrow
Issue Type: Improvement
Components: Java
Affects Versions: 8.0.0
Reporter: Larry White
running the CMake and Maven jobs to build and link Arrow Java with its native
dependencies creates more than 15,000 files in the arrow folder that are
automatically added by git.
The proposed change would modify the .gitignore to include the three folders,
and run
{{git rm --cached java-dist}}
{{git rm --cached java-native-c}}
{{git rm --cached java-native-cpp}}
to remove the folders from the repo
--
This message was sent by Atlassian Jira
(v8.20.7#820007)