apache / incubator-gluten

Gluten is a middle layer responsible for offloading JVM-based SQL engines' execution to native engines.
https://gluten.apache.org/
Apache License 2.0
1.03k stars 368 forks source link

[GLUTEN-5775][CELEBORN] Fix invoke celebornShuffleId exception #5776

Closed onebox-li closed 2 weeks ago

onebox-li commented 2 weeks ago

What changes were proposed in this pull request?

Fix invoke celebornShuffleId exception. (Fixes: https://github.com/apache/incubator-gluten/issues/5775)

How was this patch tested?

Manual test.

github-actions[bot] commented 2 weeks ago

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?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

github-actions[bot] commented 2 weeks ago

https://github.com/apache/incubator-gluten/issues/5775

kerwin-zk commented 2 weeks ago

LGTM. Thanks!