You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/27 22:14:14 UTC

[GitHub] [arrow-rs] alamb commented on a diff in pull request #2195: Ignore broken symlinks for LocalFileSystem object store

alamb commented on code in PR #2195:
URL: https://github.com/apache/arrow-rs/pull/2195#discussion_r931623774


##########
object_store/src/local.rs:
##########
@@ -990,8 +1015,6 @@ mod tests {
     }
 
     #[tokio::test]
-    #[cfg(target_os = "linux")]
-    // macos has some magic in its root '/.VolumeIcon.icns"' which causes this test to fail

Review Comment:
   I don't understand this comment -- the test fails with with this error on (macos) CI. I disabled the check on mac so the CI would pass....



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org