NevroHelios opened a new pull request, #15841: URL: https://github.com/apache/datafusion/pull/15841
… evaluation ## Which issue does this PR close? [Eliminate the function call in xxx_or (e.g. unwrap_or("".to_string()) #15802](https://github.com/apache/datafusion/issues/15802) - Closes #15802 ## Rationale for this change As per the issue explained I updated the function call `unwrap_or` with `unwrap_or_else` ## Are these changes tested? I build and tested the code locally with `cargo build --workspace -j1` and `cargo test --workspace -j1` @xudong963 -- 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