[
https://issues.apache.org/jira/browse/ARROW-16571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Larry White updated ARROW-16571:
--------------------------------
Description:
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
was:
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
> 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
> Priority: Minor
>
> 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
--
This message was sent by Atlassian Jira
(v8.20.7#820007)