docs: add missing documentation for configuration and session properties
#28,019 opened on Jun 18, 2026
Repository metrics
- Stars
- (15,558 stars)
- PR merge metrics
- (Avg merge 34d 14h) (120 merged PRs in 30d)
Description
-
Add
rewrite_row_constructor_in_to_disjunctionin https://github.com/prestodb/presto/blob/master/presto-docs/src/main/sphinx/admin/properties-session.rst. For information, see https://github.com/prestodb/presto/pull/27500 and https://github.com/prestodb/presto/pull/27680. -
Add
rpc_streaming_modeandrpc_dispatch_batch_sizein https://github.com/prestodb/presto/blob/master/presto-docs/src/main/sphinx/admin/properties-session.rst. For information, see https://github.com/prestodb/presto/pull/27700. -
Add
optimizer.push-aggregation-through-disjoint-unionin https://github.com/prestodb/presto/blob/master/presto-docs/src/main/sphinx/admin/properties.rst. For information, see https://github.com/prestodb/presto/pull/27764.
Expected Behavior or Use Case
Documentation should exist for these properties.
Presto Component, Service, or Connector
Documentation.
Possible Implementation
Possible implementation is described above.
Context
These properties were not documented in the PRs that created them before those PRs were merged. In the second and third cases, I commented on the PR but was ignored.