pgwhalen opened a new pull request, #12669: URL: https://github.com/apache/datafusion/pull/12669
## Which issue does this PR close? Minor change so no associated issue - hopefully that's okay, I see comparable "minor" PRs get merged. ## Rationale for this change With https://github.com/apache/datafusion/pull/8654/files, this (non-public) function is no longer fallible, so could read a little more clearly if the name and return type reflects that. ## What changes are included in this PR? Rename `LiteralGuarantee::try_new` to new and have it return `Self` rather than `Option<Self>`. ## Are these changes tested? Yes, existing tests pass. ## Are there any user-facing changes? None. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
