-
Notifications
You must be signed in to change notification settings - Fork 460
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
[CELEBORN] CHCelebornColumnarShuffleWriter supports celeborn.client.spark.shuffle.writer to use memory sort shuffle in ClickHouse backend #6432
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: |
f66fc65
to
77627ae
Compare
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.
LGTM
1c1e15a
to
32de3ce
Compare
...orn/clickhouse/src/main/scala/org/apache/spark/shuffle/CHCelebornColumnarShuffleWriter.scala
Outdated
Show resolved
Hide resolved
32de3ce
to
0ff415e
Compare
9bb96a1
to
c9ae706
Compare
…park.shuffle.writer to use memory sort shuffle in ClickHouse backend
c9ae706
to
9193878
Compare
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.
LGTM
…client.spark.shuffle.writer to use memory sort shuffle in ClickHouse backend (apache#6432)" This reverts commit 30bddd0.
…client.spark.shuffle.writer to use memory sort shuffle in ClickHouse backend (apache#6432)" This reverts commit 30bddd0.
…park.shuffle.writer to use memory sort shuffle in ClickHouse backend (apache#6432)
* [CELEBORN] CHCelebornColumnarShuffleWriter supports celeborn.client.spark.shuffle.writer to use memory sort shuffle in ClickHouse backend (#6432) * [GLUTEN-6656][CELEBORN] Fix CelebornColumnarShuffleWriter assertion failed (#6657) --------- Co-authored-by: Nicholas Jiang <programgeek@163.com> Co-authored-by: exmy <xumovens@gmail.com>
What changes were proposed in this pull request?
CHCelebornColumnarShuffleWriter
supportsceleborn.client.spark.shuffle.writer
to use memory sort shuffle in ClickHouse backend.CHCelebornColumnarShuffleWriter
initializesnativeShuffleWriter
without skippingColumnarBatch
ininternalWrite
to avoid unnecessary creation ofnativeShuffleWriter
for skippingColumnarBatch
.CHCelebornColumnarShuffleWriter
andVeloxCelebornColumnarShuffleWriter
intoCelebornColumnarShuffleWriter
.How was this patch tested?
CI.