wForget commented on code in PR #6125:
URL: https://github.com/apache/kyuubi/pull/6125#discussion_r1511233805
##########
extensions/spark/kyuubi-extension-spark-3-4/src/main/scala/org/apache/kyuubi/sql/KyuubiSQLConf.scala:
##########
@@ -30,16 +29,6 @@ object KyuubiSQLConf {
.booleanConf
.createWithDefault(true)
- val INSERT_REPARTITION_NUM =
- buildConf("spark.sql.optimizer.insertRepartitionNum")
- .doc(s"The partition number if ${INSERT_REPARTITION_BEFORE_WRITE.key} is
enabled. " +
- s"If AQE is disabled, the default value is
${SQLConf.SHUFFLE_PARTITIONS.key}. " +
- "If AQE is enabled, the default value is none that means depend on
AQE. " +
- "This config is used for Spark 3.1 only.")
- .version("1.2.0")
- .intConf
- .createOptional
-
val DYNAMIC_PARTITION_INSERTION_REPARTITION_NUM =
Review Comment:
It is useless too.
--
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]