Skip to content
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

Handle AggregateExpression having resultIds parameter instead of a single resultId #189

Merged
merged 1 commit into from
Jun 17, 2020

Conversation

tgravescs
Copy link
Collaborator

This has changes to handle different distributions of Spark where the AggregateExpression can have a sequence of results ids instead of a single result id. We use reflection to handle this case and just pick the first result Id in the expression.

We tested this with the python tests and manually and have seen no issues with this.

@tgravescs
Copy link
Collaborator Author

build

@sameerz sameerz added the feature request New feature or request label Jun 17, 2020
@tgravescs tgravescs merged commit 10a3ecb into NVIDIA:branch-0.1 Jun 17, 2020
@jlowe jlowe added this to the Jun 8 - Jun 19 milestone Jun 18, 2020
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
…VIDIA#189)

single resultId

Co-authored-by: Thomas Graves <tgraves@nvidia.com>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
…VIDIA#189)

single resultId

Co-authored-by: Thomas Graves <tgraves@nvidia.com>
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants