-
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
Add native_max_local_exchange_partition_count session property #23910
Add native_max_local_exchange_partition_count session property #23910
Conversation
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.
@arhimondr accepted with nit. Thanks!
@@ -114,7 +113,9 @@ public void tearDown() | |||
for (String tableName : TPCH_TABLES) { | |||
dropTableIfExists(javaQueryRunner, HIVE, TPCH, tableName); | |||
} | |||
assertUpdate(format("DROP SCHEMA IF EXISTS %s.%s", HIVE, TPCH)); | |||
|
|||
// https://github.com/prestodb/presto/issues/23908 |
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.
Remove before land? Thanks!
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.
I commented the following line to unblock. Created an issue to resolve it properly: #23908
Let me leave a comment on the issue to remove this comment once resolved.
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.
3aedb17
to
c7f4f93
Compare
Suggest adding documentation for this session property to Presto C++ Session Properties. Also, minor nit to include the PR number in the release note entry, and change the heading for consistency with the Order of sections in the Release Notes Guidelines.
|
c7f4f93
to
6504f0a
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.
Thanks for the doc! Minor suggestion for the content. Please let me know, and maybe suggest a rephrasing, if you feel this sentence or one like it helps the reader.
Maps to the max_local_exchange_partition_count Velox query property introduced in facebookincubator/velox#11292
6504f0a
to
9701aec
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 updated branch, new local doc build, looks good. Thanks!
Description
Add native_max_local_exchange_partition_count session property
Motivation and Context
Maps to the max_local_exchange_partition_count Velox query property
introduced in facebookincubator/velox#11292
Impact
Test Plan
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.