-
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] TopNRank optimization #24138
base: master
Are you sure you want to change the base?
Conversation
b45c503
to
ff8a3b5
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 just a couple questions
@JsonProperty("rowNumberVariable") VariableReferenceExpression rowNumberVariable, | ||
@JsonProperty("maxRowCountPerPartition") int maxRowCountPerPartition, | ||
@JsonProperty("maxRowCountPerPartition") int maxRankPerPartition, |
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.
Should the json property be changed too or is that not possible without breaking compat?
@@ -495,6 +495,7 @@ public static Optional<BiFunction<Integer, URI, Process>> getExternalWorkerLaunc | |||
// Write config file | |||
String configProperties = format("discovery.uri=%s%n" + | |||
"presto.version=testversion%n" + | |||
"native-execution-enabled=true" + |
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 this need a %n
? I'm guessing that's to give it a newline but not sure
Thank you for the release note! Some nits of phrasing and formatting suggestions.
|
Description
https://docs.google.com/document/d/1WQfNigR9bVrbM-PqY7F0mswcetN_tdNahzD9ENye-Q0/edit?tab=t.0
Motivation and Context
TPC-DS Q67