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 21:04:17 UTC

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

tustvold commented on PR #2195:
URL: https://github.com/apache/arrow-rs/pull/2195#issuecomment-1197366211

   > I think some might say it is not "idomatic" Rust in that it doesn't use the more functional map / ok type style
   
   I think using structured matches as this PR does is idiomatic Rust and I'm happy with it, nice work :+1:. FWIW I don't think code needs to be written in a functional style to be considered idiomatic, it is frequently harder to understand, and very often the borrow checker prevents it anyway.


-- 
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