This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new ea9fe61e34 [GLUTEN-8851][VL] Fix cudf debug config not make effect
(#9941)
ea9fe61e34 is described below
commit ea9fe61e346ceddcd6ddda2e45c8e10010791d07
Author: Jin Chengcheng <[email protected]>
AuthorDate: Thu Jun 12 03:15:20 2025 +0100
[GLUTEN-8851][VL] Fix cudf debug config not make effect (#9941)
This patch fixed passing cudf debug flag to native code
---
gluten-core/src/main/scala/org/apache/gluten/config/GlutenConfig.scala | 1 +
1 file changed, 1 insertion(+)
diff --git
a/gluten-core/src/main/scala/org/apache/gluten/config/GlutenConfig.scala
b/gluten-core/src/main/scala/org/apache/gluten/config/GlutenConfig.scala
index 9f2c81bd40..194e5da239 100644
--- a/gluten-core/src/main/scala/org/apache/gluten/config/GlutenConfig.scala
+++ b/gluten-core/src/main/scala/org/apache/gluten/config/GlutenConfig.scala
@@ -602,6 +602,7 @@ object GlutenConfig {
NUM_TASK_SLOTS_PER_EXECUTOR.defaultValueString)),
(COLUMNAR_SHUFFLE_CODEC.key, ""),
(COLUMNAR_SHUFFLE_CODEC_BACKEND.key, ""),
+ (DEBUG_CUDF.key, DEBUG_CUDF.defaultValueString),
("spark.hadoop.input.connect.timeout", "180000"),
("spark.hadoop.input.read.timeout", "180000"),
("spark.hadoop.input.write.timeout", "180000"),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]