alamb opened a new pull request #9476: URL: https://github.com/apache/arrow/pull/9476
Based on based on https://github.com/apache/arrow/pull/9475 from @nevi-me This PR aims to get the CI green Ideally, we could fix the actual lint problems, However, when I tried to do so the lints propagated into a significant change -- as clippy says to remove the `Result` but then there are a bunch of callsites that intent I want to get CI back clean as soon as possible so I just hammered through and sprinkled in various `#[allow(clippy::unnecessary_wraps)]` as necessary to get a clean run. I cleaned up some of the easier issues too. My rationale is that the code is no worse than it was before. Though it could be better! ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
