adamreeve commented on code in PR #21603: URL: https://github.com/apache/datafusion/pull/21603#discussion_r3089996205
########## docs/source/library-user-guide/upgrading/54.0.0.md: ########## @@ -450,3 +450,22 @@ clusters (e.g., ZWJ emoji sequences). For ASCII and most common Unicode text, behavior is unchanged. [#17861]: https://github.com/apache/datafusion/pull/17861 + +### Conversion from `FileDecryptionProperties` to `ConfigFileDecryptionProperties` is now fallible + +Previously, `datafusion_common::config::ConfigFileDecryptionProperties` Review Comment: Sure, I just wanted to demonstrate the types involved as `(&decrypt).into()` alone is quite ambiguous. I've fleshed this out more and added before and after examples to make this extra clear. -- 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]
