-
Notifications
You must be signed in to change notification settings - Fork 461
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
[GLUTEN-8492][CH] Offload RangeExec #8518
base: main
Are you sure you want to change the base?
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-gluten/issues Then could you also rename commit message and pull request title in the following format?
See also: |
Run Gluten Clickhouse CI on x86 |
1 similar comment
Run Gluten Clickhouse CI on x86 |
Run Gluten Clickhouse CI on x86 |
1 similar comment
Run Gluten Clickhouse CI on x86 |
Run Gluten Clickhouse CI on x86 |
3c7bff1
to
6a042ba
Compare
Run Gluten Clickhouse CI on x86 |
2 similar comments
Run Gluten Clickhouse CI on x86 |
Run Gluten Clickhouse CI on x86 |
Run Gluten Clickhouse CI on x86 |
1 similar comment
Run Gluten Clickhouse CI on x86 |
558ac10
to
92ae254
Compare
Run Gluten Clickhouse CI on x86 |
2 similar comments
Run Gluten Clickhouse CI on x86 |
Run Gluten Clickhouse CI on x86 |
For performance comparison refer to #8492 (comment) |
Run Gluten Clickhouse CI on x86 |
@CodiumAI-Agent /review |
PR Reviewer Guide 🔍(Review updated until commit febd663)Here are some key observations to aid the review process:
|
37da58e
to
febd663
Compare
Run Gluten Clickhouse CI on x86 |
Persistent review updated to latest commit febd663 |
gluten-substrait/src/main/scala/org/apache/gluten/execution/WholeStageTransformer.scala
Show resolved
Hide resolved
Run Gluten Clickhouse CI on x86 |
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.
Mainly reviewed the common code. Basically looks good!
backends-clickhouse/src/main/scala/org/apache/gluten/backendsapi/clickhouse/CHIteratorApi.scala
Outdated
Show resolved
Hide resolved
backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/VeloxIteratorApi.scala
Outdated
Show resolved
Hide resolved
backends-clickhouse/src/main/scala/org/apache/gluten/execution/CHRangeExecTransformer.scala
Show resolved
Hide resolved
gluten-substrait/src/main/scala/org/apache/gluten/backendsapi/IteratorApi.scala
Outdated
Show resolved
Hide resolved
backends-clickhouse/src/main/scala/org/apache/gluten/execution/CHRangeExecTransformer.scala
Outdated
Show resolved
Hide resolved
gluten-substrait/src/main/scala/org/apache/gluten/execution/GlutenWholeStageColumnarRDD.scala
Show resolved
Hide resolved
gluten-substrait/src/main/scala/org/apache/gluten/execution/WholeStageTransformer.scala
Outdated
Show resolved
Hide resolved
gluten-substrait/src/main/scala/org/apache/gluten/execution/WholeStageTransformer.scala
Outdated
Show resolved
Hide resolved
Maybe, we can move the existing |
Run Gluten Clickhouse CI on x86 |
done. |
What changes were proposed in this pull request?
(Please fill in changes proposed in this fix)
(Fixes: #8492)
How was this patch tested?
All existing uts using range function. Below ut is excluded because assertion that plan contains
RangeExec
operator would fail afterRangeExec
is offloaded to gluten.