laurentgo commented on PR #41309: URL: https://github.com/apache/arrow/pull/41309#issuecomment-2075736357
On my local machines all files are accessible from owner, group and others (644) but for some reason when the build is running on a github runner, permissions are slightly different: ``` ./java/adapter/avro/target: total 308 -rw-r--r-- 1 root root 81169 Apr 24 19:33 arrow-avro-17.0.0-SNAPSHOT-tests.jar -rw------- 1 root root 53190 Apr 24 19:33 arrow-avro-17.0.0-SNAPSHOT.jar -rw-r--r-- 1 root root 57327 Apr 24 19:33 bom.json -rw-r--r-- 1 root root 49225 Apr 24 19:33 bom.xml -rw-r--r-- 1 root root 4471 Apr 24 19:32 checkstyle-cachefile -rw-r--r-- 1 root root 13257 Apr 24 19:32 checkstyle-checker.xml -rw-r--r-- 1 root root 801 Apr 24 19:32 checkstyle-header.txt -rw-r--r-- 1 root root 2369 Apr 24 19:32 checkstyle-suppressions.xml drwxr-xr-x 4 root root 4096 Apr 24 19:33 classes drwxr-xr-x 3 root root 4096 Apr 24 19:32 generated-sources drwxr-xr-x 3 root root 4096 Apr 24 19:33 generated-test-sources drwxr-xr-x 2 root root 4096 Apr 24 19:33 gradle-enterprise drwxr-xr-x 2 root root 4096 Apr 24 19:33 maven-archiver drwxr-xr-x 3 root root 4096 Apr 24 19:32 maven-shared-archive-resources drwxr-xr-x 3 root root 4096 Apr 24 19:32 maven-status drwxr-xr-x 2 root root 4096 Apr 24 19:32 test drwxr-xr-x 5 root root 4096 Apr 24 19:33 test-classes ``` I see the same pattern when using `maven-shade-plugin` so most likely related to this plugin version change. Will keep looking into it -- 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]
