alamb opened a new pull request, #16999: URL: https://github.com/apache/datafusion/pull/16999
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> - Closes https://github.com/apache/datafusion/issues/16955 ## Rationale for this change We had customers relying on the old syntax, and there appears to be no reason (or tests) that the old syntax is barred ## What changes are included in this PR? Remove the error that prevents runnings queries like this ```sql > SELECT approx_percentile_cont_with_weight(c1, c2, 0.95) FROM test; +-------------------------------------------------------------------+ | approx_percentile_cont_with_weight(test.c1,test.c2,Float64(0.95)) | +-------------------------------------------------------------------+ | 5.0 | +-------------------------------------------------------------------+ 1 row(s) fetched. Elapsed 0.001 seconds. ``` ## Are these changes tested? Yes, new sqllogictests are added ## Are there any user-facing changes? Yes, new (well, old) syntax is supported as well -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org