-
Notifications
You must be signed in to change notification settings - Fork 235
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
Conversation
Signed-off-by: Chong Gao <res_life@163.com>
build |
A known issue caused Check Markdown links failed |
override def convertToGpu(): GpuExec = | ||
GpuBatchScanExec(p.output, childScans.head.convertToGpu(), p.runtimeFilters) | ||
}) | ||
(p, conf, parent, r) => new BatchScanExecMeta320Plus(p, conf, parent, r)) |
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.
NIT:
Personally I prefer BatchScanExecMeta
to BatchScanExecMeta320Plus
.
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.
Done
LGTM except a nit as the above. |
build |
Closes #5150
Refector Spark33XShims
Signed-off-by: Chong Gao res_life@163.com