alamb merged PR #17788:
URL: https://github.com/apache/datafusion/pull/17788
--
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...@datafusi
devampatel03 commented on code in PR #17788:
URL: https://github.com/apache/datafusion/pull/17788#discussion_r2382277644
##
datafusion/core/tests/user_defined/user_defined_window_functions.rs:
##
@@ -145,22 +145,22 @@ async fn test_udwf_with_alias() {
.await
.u
Jefffrey commented on code in PR #17788:
URL: https://github.com/apache/datafusion/pull/17788#discussion_r2382238917
##
datafusion/core/tests/user_defined/user_defined_window_functions.rs:
##
@@ -145,22 +145,22 @@ async fn test_udwf_with_alias() {
.await
.unwra
devampatel03 opened a new pull request, #17788:
URL: https://github.com/apache/datafusion/pull/17788
## Which issue does this PR close?
- Part of #17469
This is a follow-up to the discussion in #17469.
## Rationale for this change
In my previous PR (#17690), we fix