[native] Add partitioned output buffers sessions#23853
[native] Add partitioned output buffers sessions#23853tanjialiang merged 1 commit intoprestodb:masterfrom
Conversation
f7eed9b to
54b561d
Compare
| "The regexp of traced task id. We only enable trace on a task if its id" | ||
| " matches.", | ||
| BIGINT(), | ||
| VARCHAR(), |
There was a problem hiding this comment.
was that an existing bug that we are fixing along with introducing new session properties?
There was a problem hiding this comment.
Yeah that was a bug..
There was a problem hiding this comment.
Does it make sense to add some release note around the bug fix? Or its minor enough that no release note needed?
| "SerializedPages. For PartitionedOutputNode::Kind::kPartitioned, PartitionedOutput operator " + | ||
| "would buffer up to that number of bytes / number of destinations for each destination before " + | ||
| "producing a SerializedPage.", |
There was a problem hiding this comment.
The checkstyle does not seem to like it when I tried to align the concatenated strings left..
|
Consider adding documentation for the new session properties to https://github.com/prestodb/presto/blob/master/presto-docs/src/main/sphinx/presto_cpp/properties-session.rst |
|
LGTM, but let's add the doc for this session property--this is part of the contributor checklist on each PR. |
6bf712f
54b561d to
6bf712f
Compare
steveburnett
left a comment
There was a problem hiding this comment.
LGTM! (docs)
Pull branch, local docs build, looks good. Thanks!
|
Nit, include the PR number in the release note entry, and rephrase to active voice for consistency with the Order of changes in the Release Notes Guidelines, like this: |
|
Saved that user @tanjialiang is from Meta |
Added 2 native session properties to control partitioned output buffers