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

Clean up GpuCollectLimitMeta and add in metrics #289

Merged
merged 3 commits into from
Jun 25, 2020

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Jun 25, 2020

I ran across this while trying to figure out what to do about cross join. There were no metrics for limit so I added them in, and the code for GpuCollectLimitExec was not doing what we thought it was. It was limiting based off of the number of batches, not the number of rows, and with a small change to the meta we could remove all of that code.

@revans2 revans2 added the SQL part of the SQL/Dataframe plugin label Jun 25, 2020
@revans2 revans2 added this to the Jun 22 - Jul 2 milestone Jun 25, 2020
@revans2 revans2 requested a review from andygrove June 25, 2020 18:29
@revans2 revans2 self-assigned this Jun 25, 2020
@revans2
Copy link
Collaborator Author

revans2 commented Jun 25, 2020

build

@revans2
Copy link
Collaborator Author

revans2 commented Jun 25, 2020

build

@jlowe jlowe merged commit 0b09f67 into NVIDIA:branch-0.2 Jun 25, 2020
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
* Clean up GpuCollectLimitMeta and add in metrics

* Addressed review comments
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
* Clean up GpuCollectLimitMeta and add in metrics

* Addressed review comments
pxLi pushed a commit to pxLi/spark-rapids that referenced this pull request May 12, 2022
* Change log levels for some logs in private

* Fix issues

* Undo remove
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
SQL part of the SQL/Dataframe plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants