liujp commented on issue #11139:
URL: 
https://github.com/apache/incubator-gluten/issues/11139#issuecomment-3561132004

   > It's an existing gluten configuration, what improvements do you want to 
make?
   > 
   > 
[incubator-gluten/gluten-core/src/main/scala/org/apache/gluten/config/GlutenCoreConfig.scala](https://github.com/apache/incubator-gluten/blob/3ff9254d9cf72e1e0fa58942a4b3d2fd8dc7cb54/gluten-core/src/main/scala/org/apache/gluten/config/GlutenCoreConfig.scala#L75-L81)
   > 
   > Lines 75 to 81 in 
[3ff9254](/apache/incubator-gluten/commit/3ff9254d9cf72e1e0fa58942a4b3d2fd8dc7cb54)
   > 
   >  val GLUTEN_ENABLED = 
   >    buildConf("spark.gluten.enabled") 
   >      .doc( 
   >        "Whether to enable gluten. Default value is true. Just an 
experimental property." + 
   >          " Recommend to enable/disable Gluten through the setting for 
spark.plugins.") 
   >      .booleanConf 
   >      .createWithDefault(true)
   
   got it


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