cryptoe commented on code in PR #15470: URL: https://github.com/apache/druid/pull/15470#discussion_r1541410870
########## docs/multi-stage-query/known-issues.md: ########## @@ -62,3 +62,8 @@ properties, and the `indexSpec` [`tuningConfig`](../ingestion/ingestion-spec.md# - `EXTERN` with input sources that match large numbers of files may exhaust available memory on the controller task. - `EXTERN` refers to external files. Use `FROM` to access `druid` input sources. + +## `WINDOW` Function + +- The maximum number of elements in a window cannot exceed a value of 100,000. +- The user can change this value by setting the context parameter `maxRowsMaterializedInWindow` in the query context. Review Comment: ```suggestion ``` -- 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]
