zhztheplayer commented on code in PR #12302:
URL: https://github.com/apache/gluten/pull/12302#discussion_r3426601754


##########
backends-velox/src/test/java/org/apache/gluten/test/MockVeloxBackend.java:
##########
@@ -72,7 +73,8 @@ public Object ask(Object message) throws Exception {
   private static SparkConf newSparkConf() {
     final SparkConf conf = new SparkConf();
     conf.set(GlutenConfig.SPARK_OFFHEAP_SIZE_KEY(), "1g");
-    conf.set(VeloxConfig$.MODULE$.COLUMNAR_VELOX_CONNECTOR_IO_THREADS().key(), 
"0");
+    conf.set(GlutenCoreConfig.NUM_TASK_SLOTS_PER_EXECUTOR().key(), "1");

Review Comment:
   It's finally set here: 
https://github.com/apache/gluten/blob/3b08a23683cf18fe34c04a99a0609c315c4d8c08/gluten-core/src/main/scala/org/apache/gluten/GlutenPlugin.scala#L145



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