jackylee-ch commented on code in PR #9035:
URL: https://github.com/apache/incubator-gluten/pull/9035#discussion_r2009519686


##########
backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/VeloxSparkPlanExecApi.scala:
##########
@@ -914,4 +915,25 @@ class VeloxSparkPlanExecApi extends SparkPlanExecApi {
       child: Seq[SparkPlan]): ColumnarRangeBaseExec =
     ColumnarRangeExec(start, end, step, numSlices, numElements, 
outputAttributes, child)
 
+  override def genShuffleRead(plan: SparkPlan): SparkPlan = {
+    if (!VeloxConfig.get.veloxResizeBatchesShuffleInput) return plan

Review Comment:
   can we use another config for this?
   Besides, have you checked TPCDS performance on this PR? It seems suitable 
only for specific scenarios.



-- 
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]

Reply via email to