Skip to content

Commit dd95791

Browse files
committed
fixup
1 parent 4041b0e commit dd95791

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
@@ -22,6 +22,7 @@ nav_order: 15
2222

2323
| Key | Default | Description |
2424
|--------------------------------------------------------------------|-------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
25+
| 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. |
2526
| 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. |
2627
| spark.gluten.execution.resource.expired.time | 86400 | Expired time of execution with resource relation has cached. |
2728
| spark.gluten.expression.blacklist | <undefined> | A black list of expression to skip transform, multiple values separated by commas. |

0 commit comments

Comments
 (0)