nrc opened a new pull request, #11467: URL: https://github.com/apache/datafusion/pull/11467
Fixes some warnings when compiling with nightly which will soon be warnings on stable too. These are multiple `unexpected `cfg` condition value: `force_hash_collisions`` and one `for loop over a `&Option`. This is more readably written as an `if let` statement` ## Which issue does this PR close? NA ## Rationale for this change Preserve clean compiles ## What changes are included in this PR? Just the warning fixes ## Are these changes tested? Covered by existing tests ## Are there any user-facing changes? No -- 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-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org