-
Notifications
You must be signed in to change notification settings - Fork 453
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-5335][VL] Use common name for both celeborn and uniffle #5385
Conversation
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
@jackylee-ch @PHILO-HE PTAL |
Maybe we should change the profile in pom.xml from |
also cc @Yohahaha |
cc @kerwin-zk |
cpp/core/jni/JniCommon.h
Outdated
public: | ||
CelebornClient(JavaVM* vm, jobject javaCelebornShuffleWriter, jmethodID javaCelebornPushPartitionDataMethod) | ||
: vm_(vm), javaCelebornPushPartitionData_(javaCelebornPushPartitionDataMethod) { | ||
JavaRssClient(JavaVM* vm, jobject javaShuffleWriter, jmethodID javaPushPartitionDataMethod) |
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.
javaShuffleWriter -> javaRssShuffleWriter
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.
OK
cpp/core/jni/JniCommon.h
Outdated
} | ||
|
||
void stop() override {} | ||
|
||
private: | ||
JavaVM* vm_; | ||
jobject javaCelebornShuffleWriter_; | ||
jmethodID javaCelebornPushPartitionData_; | ||
jobject javaShuffleWriter_; |
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.
javaShuffleWriter_ -> javaRssShuffleWriter_
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.
OK
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
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.
Thanks for your work. @summaryzb
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.
@kerwin-zk, please take a look again. If it looks good to you, please approve it. Thanks!
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. Thanks!
Thanks for your review. @PHILO-HE @kerwin-zk @Yohahaha |
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
…le (apache#5385)" This reverts commit 9c15d2e.
What changes were proposed in this pull request?
#5335
How was this patch tested?
integration test