alamb commented on code in PR #13708:
URL: https://github.com/apache/datafusion/pull/13708#discussion_r1876523695
##########
datafusion/expr/src/expr.rs:
##########
@@ -840,6 +840,12 @@ impl WindowFunction {
}
}
+/// Find DataFusion's built-in window function by name.
+#[deprecated(since = "44.0.0", note = "built-in window functions have been
removed")]
Review Comment:
Shall we give a hint about the best replacement API?
--
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]