You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Larry White (Jira)" <ji...@apache.org> on 2022/05/13 14:33:00 UTC

[jira] [Created] (ARROW-16571) update git to skip binaries generated by Java native compilation

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)