Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
reflect review comment
  • Loading branch information
HeartSaVioR committed Oct 25, 2025
commit 0aab8d5985afe69babc2cf6388ccc08aa86a84bb
Original file line number Diff line number Diff line change
Expand Up @@ -2627,8 +2627,8 @@ object SQLConf {

val STATEFUL_SHUFFLE_PARTITIONS_INTERNAL =
buildConf("spark.sql.streaming.internal.stateStore.partitions")
.doc("WARN: This is used internally and not intended to be a user facing one. This config " +
"can be removed without support of compatibility in any time. " +
.doc("WARN: This config is used internally and is not intended to be user-facing. This " +
"config can be removed without support of compatibility in any time. " +
"DO NOT USE THIS CONFIG DIRECTLY AND USE THE CONFIG `spark.sql.shuffle.partitions`. " +
"The default number of partitions to use when shuffling data for stateful operations. " +
"If not specified, this config picks up the value of `spark.sql.shuffle.partitions`. " +
Expand Down