zhouyuan commented on code in PR #11168:
URL:
https://github.com/apache/incubator-gluten/pull/11168#discussion_r2559846579
##########
.github/workflows/velox_backend_x86.yml:
##########
@@ -610,7 +610,7 @@ jobs:
--extra-conf=spark.celeborn.client.eagerlyCreateInputStream.threads=4 \
--benchmark-type=ds --error-on-memleak \
--off-heap-size=16g -s=1.0 --threads=16 --iterations=1
- if [ "${{ matrix.writer }}" = "sort" ]; then
+ if false; then # TODO: fix celeborn rss sort issue
GLUTEN_IT_JVM_ARGS=-Xmx16G sbin/gluten-it.sh queries-compare \
Review Comment:
cc @marin-ma
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]