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

Refactor Spark33XShims to avoid code duplication #5195

Merged
merged 3 commits into from
Apr 11, 2022

Conversation

res-life
Copy link
Collaborator

Closes #5150

Refector Spark33XShims

Signed-off-by: Chong Gao res_life@163.com

Signed-off-by: Chong Gao <res_life@163.com>
@res-life
Copy link
Collaborator Author

build

@res-life
Copy link
Collaborator Author

A known issue caused Check Markdown links failed
[✖] https://repo1.maven.org/maven2/com/nvidia/rapids-4-spark-tools_2.12/22.04.0/ → Status: 404

@res-life res-life requested a review from jlowe April 11, 2022 09:15
@res-life res-life changed the title Optimize Spark33XShims to reduce code deplicate Refactor Spark33XShims to reduce code deplicate Apr 11, 2022
@res-life res-life changed the title Refactor Spark33XShims to reduce code deplicate Refactor Spark33XShims to reduce code duplication Apr 11, 2022
@res-life res-life changed the title Refactor Spark33XShims to reduce code duplication Refactor Spark33XShims to avoid code duplication Apr 11, 2022
override def convertToGpu(): GpuExec =
GpuBatchScanExec(p.output, childScans.head.convertToGpu(), p.runtimeFilters)
})
(p, conf, parent, r) => new BatchScanExecMeta320Plus(p, conf, parent, r))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT:
Personally I prefer BatchScanExecMeta to BatchScanExecMeta320Plus.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@firestarman
Copy link
Collaborator

LGTM except a nit as the above.

@res-life
Copy link
Collaborator Author

build

@jlowe jlowe added this to the Apr 4 - Apr 15 milestone Apr 11, 2022
@res-life res-life merged commit a170918 into NVIDIA:branch-22.06 Apr 11, 2022
@res-life res-life deleted the optimize-33x-shim branch April 11, 2022 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Optimize Spark33XShims to reduce code deplicate
3 participants