KenanAdel opened a new pull request, #28456: URL: https://github.com/apache/flink/pull/28456
## What is the purpose of the change This pull request documents the `SINGLE_VALUE` aggregate function in the SQL functions reference. This function is used by the Flink planner but was previously undocumented. ## Brief change log - Added `SINGLE_VALUE` to `sql-functions.yml` under the aggregate functions category. ## Verifying this change This change is documentation-only and does not require additional tests. Existing tests already cover the runtime behavior of the function. ## Does this pull request potentially affect one of the following parts: - Dependencies: no - The public API: no - The serializers: no - The runtime per-record code paths: no - Anything that affects deployment or recovery: no - The S3 file system connector: no ## Documentation - Does this pull request introduce a new feature? no - If yes, how is the feature documented? not applicable -- 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]
