zhztheplayer opened a new pull request, #8310:
URL: https://github.com/apache/incubator-gluten/pull/8310

   New option: `spark.gluten.component.exclusions` (default value: empty) to 
set a comma-separated list of component names to exclude at runtime.
   
   E.g.
   
   `spark.gluten.component.exclusions=velox-iceberg` to completely exclude 
Velox+Iceberg support from Gluten.
   `spark.gluten.component.exclusions=velox-iceberg,velox-delta` to exclude 
Velox+Iceberg, Velox+delta support from Gluten.
   
   The config option is a static Spark option.
   
   This fixes `https://github.com/apache/incubator-gluten/issues/8303` as a 
solution mentioned in 
https://github.com/apache/incubator-gluten/issues/8303#issuecomment-2559021941.
   
   


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