bowenliang123 commented on code in PR #4933:
URL: https://github.com/apache/kyuubi/pull/4933#discussion_r1222988973
##########
docs/extensions/engines/spark/rules.md:
##########
@@ -66,7 +66,7 @@ Kyuubi provides some configs to make these feature easy to
use.
| Name |
Default Value |
Description
| Since |
|---------------------------------------------------------------------|----------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
| spark.sql.optimizer.insertRepartitionBeforeWrite.enabled | true
| Add repartition node at the top of query
plan. An approach of merging small files.
| 1.2.0 |
-| spark.sql.optimizer.insertRepartitionNum | none
| The partition number if
`spark.sql.optimizer.insertRepartitionBeforeWrite.enabled` is enabled. If AQE
is disabled, the default value is `spark.sql.shuffle.partitions`. If AQE is
enabled, the default value is none that means depend on AQE.
| 1.2.0 |
+| spark.sql.optimizer.insertRepartitionNum | none
| The partition number if
`spark.sql.optimizer.insertRepartitionBeforeWrite.enabled` is enabled. If AQE
is disabled, the default value is `spark.sql.shuffle.partitions`. If AQE is
enabled, the default value is none that means depend on AQE. This config is
used for Spark 3.1.x only.
| 1.2.0 |
Review Comment:
Adopted.
--
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]