-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[native] Add partitioned output buffers sessions #23853
Conversation
f7eed9b
to
54b561d
Compare
@@ -299,11 +299,32 @@ SessionProperties::SessionProperties() { | |||
kQueryTraceTaskRegExp, | |||
"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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was that an existing bug that we are fixing along with introducing new session properties?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that was a bug..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
align on left
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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:
|
Added 2 native session properties to control partitioned output buffers