We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbce0b8 commit fec0b24Copy full SHA for fec0b24
1 file changed
docs/source/library-user-guide/upgrading/54.0.0.md
@@ -125,7 +125,7 @@ stats.column_statistics[0].min_value = ...;
125
126
### Remove `as_any` from `ScalarUDFImpl`
127
128
-Now that we have a more recent minimum version of Rust, we can take advantage of
+Now that the MSRV has reached 1.86 we can take advantage of
129
trait upcasting for Scalar UDFs. This reduces the amount of boilerplate code that
130
users need to do to create a UDF. In your implementations, you can simply remove
131
this function. The below diff is an example from the associated PR
0 commit comments