Skip to content

Commit 6b78c2b

Browse files
committed
fixup
1 parent 4041b0e commit 6b78c2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ nav_order: 15
2525
| spark.gluten.enabled | true | Whether to enable gluten. Default value is true. Just an experimental property. Recommend to enable/disable Gluten through the setting for spark.plugins. |
2626
| spark.gluten.execution.resource.expired.time | 86400 | Expired time of execution with resource relation has cached. |
2727
| spark.gluten.expression.blacklist | <undefined> | A black list of expression to skip transform, multiple values separated by commas. |
28+
| spark.gluten.costModel | legacy | The class name of user-defined cost model that will be used by Gluten's transition planner. If not specified, a legacy built-in cost model will be used. The legacy cost model helps RAS planner exhaustively offload computations, and helps transition planner choose columnar-to-columnar transition over others. |
2829
| spark.gluten.loadLibFromJar | false | Whether to load shared libraries from jars. |
2930
| spark.gluten.loadLibOS | <undefined> | The shared library loader's OS name. |
3031
| spark.gluten.loadLibOSVersion | <undefined> | The shared library loader's OS version. |

0 commit comments

Comments
 (0)